aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro9
-rw-r--r--tests/auto/qml/debugger/debugger.pro2
2 files changed, 5 insertions, 6 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 8809693647..1895d55260 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,18 +2,15 @@ TEMPLATE=subdirs
SUBDIRS=\
qml \
headersclean \
+ particles \
+ qmltest \
qmldevtools \
cmake \
installed_cmake
qmldevtools.CONFIG = host_build
-!mac {
-SUBDIRS += \
- quick \
- particles \
- qmltest
-}
+!mac:SUBDIRS += quick
installed_cmake.depends = cmake
diff --git a/tests/auto/qml/debugger/debugger.pro b/tests/auto/qml/debugger/debugger.pro
index aa3ad6a3a3..98e41411ee 100644
--- a/tests/auto/qml/debugger/debugger.pro
+++ b/tests/auto/qml/debugger/debugger.pro
@@ -3,6 +3,8 @@ TEMPLATE = subdirs
PUBLICTESTS += \
qqmlenginedebugservice \
qqmldebugjs \
+ qqmlinspector \
+ qqmlprofilerservice \
qpacketprotocol \
# qv8profilerservice \
# qdebugmessageservice \