summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
deleted file mode 100644
index 6f46eff4b..000000000
--- a/tests/auto/auto.pro
+++ /dev/null
@@ -1,22 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS = \
- core \
- cmake \
- global
-
-installed_cmake.depends = cmake
-
-QT_FOR_CONFIG += 3dcore
-qtConfig(qt3d-render): SUBDIRS += render
-qtConfig(qt3d-input): SUBDIRS += input
-qtConfig(qt3d-animation): SUBDIRS += animation
-qtConfig(qt3d-extras): SUBDIRS += extras
-qtConfig(qt3d-render) {
- SUBDIRS += geometryloaders
- qtConfig(qt3d-input) {
- qtHaveModule(quick) {
- SUBDIRS += quick3d
- }
- }
-}