aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/auto.pro9
-rw-r--r--tests/auto/qml/debugger/debugger.pro8
2 files changed, 12 insertions, 5 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 6340036f27..09ab868367 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,13 +2,16 @@ TEMPLATE=subdirs
SUBDIRS=\
qml \
headersclean \
- particles \
- qmltest \
qmldevtools \
cmake \
installed_cmake
-!mac:SUBDIRS += quick
+!mac {
+SUBDIRS += \
+ quick \
+ particles \
+ qmltest
+}
installed_cmake.depends = cmake
diff --git a/tests/auto/qml/debugger/debugger.pro b/tests/auto/qml/debugger/debugger.pro
index 2d9f2169e2..5d88b58377 100644
--- a/tests/auto/qml/debugger/debugger.pro
+++ b/tests/auto/qml/debugger/debugger.pro
@@ -3,8 +3,6 @@ TEMPLATE = subdirs
PUBLICTESTS += \
qqmlenginedebugservice \
# qqmldebugjs \
- qqmlinspector \
- qqmlprofilerservice \
qpacketprotocol \
# qv8profilerservice \
# qdebugmessageservice \
@@ -14,6 +12,12 @@ PRIVATETESTS += \
qqmldebugclient \
qqmldebugservice
+!mac {
+PUBLICTESTS += \
+ qqmlinspector \
+ qqmlprofilerservice
+}
+
SUBDIRS += $$PUBLICTESTS
contains(QT_CONFIG, private_tests) {