aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index b64fc073ba..09ab868367 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,14 +1,18 @@
TEMPLATE=subdirs
SUBDIRS=\
qml \
- quick \
headersclean \
- particles \
- qmltest \
qmldevtools \
cmake \
installed_cmake
+!mac {
+SUBDIRS += \
+ quick \
+ particles \
+ qmltest
+}
+
installed_cmake.depends = cmake
testcocoon: SUBDIRS -= headersclean