summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
deleted file mode 100644
index 17c91cb1f..000000000
--- a/tests/tests.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = subdirs
-
-!qtHaveModule(3dcore): \
- return()
-
-QT_FOR_CONFIG += 3dcore
-
-!package {
- SUBDIRS += auto
- qtConfig(qt3d-extras): SUBDIRS += manual
-}
-
-# Benchmarks make sense in release mode only.
-# Disable them for code coverage.
-!testcocoon: contains(QT_CONFIG,release): SUBDIRS += benchmarks