summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/core.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/core.pro')
-rw-r--r--tests/auto/core/core.pro36
1 files changed, 0 insertions, 36 deletions
diff --git a/tests/auto/core/core.pro b/tests/auto/core/core.pro
deleted file mode 100644
index a22402c3e..000000000
--- a/tests/auto/core/core.pro
+++ /dev/null
@@ -1,36 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS = \
- handle \
- qresourcemanager \
- nodes \
- qaspectengine \
- qaspectfactory \
- qaspectjob \
- qchangearbiter \
- qscene \
- qservicelocator \
- qjoint \
- qskeletonloader \
- qskeleton \
- qarmature
-
-qtConfig(private_tests) {
- SUBDIRS += \
- qentity \
- qtransform \
- threadpooler \
- vector4d_base \
- vector3d_base \
- aspectcommanddebugger \
- qscheduler
-
- QT_FOR_CONFIG += 3dcore-private
- qtConfig(qt3d-simd-sse2) {
- SUBDIRS += \
- vector4d_sse \
- vector3d_sse \
- matrix4x4_sse
- }
- qtConfig(qt3d-simd-avx2): SUBDIRS += matrix4x4_avx2
-}