summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-03-30 14:54:26 +0100
committerPaul Lemire <paul.lemire@kdab.com>2017-08-03 14:34:56 +0000
commit1071f3e6a2b4d39ca677cb11d50c5e36b4428ea5 (patch)
treeeb7959fb84195e7cee347677949d97efed4a52ce /tests/auto/auto.pro
parent5156fcf380eafd4dcd732907439de5c0e351e60c (diff)
Add private module qt3dcoretest
Static library containing helpers for unit tests to avoid having to build the same files 200 times. Change-Id: I89d63abbd7777a96276154298c2748e2d6774514 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 7cbb53089..cc7e5590a 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,6 +1,7 @@
TEMPLATE = subdirs
SUBDIRS = \
+ coretest \
core \
render \
quick3d \
@@ -10,3 +11,9 @@ SUBDIRS = \
extras
installed_cmake.depends = cmake
+
+for(subdir, SUBDIRS) {
+ !equals(subdir, coretest) {
+ $${subdir}.depends += coretest
+ }
+}