aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/debugger.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/debugger/debugger.pro')
-rw-r--r--tests/auto/qml/debugger/debugger.pro8
1 files changed, 6 insertions, 2 deletions
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) {