aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro11
1 files changed, 4 insertions, 7 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index c193cc97d0..86e2f3804f 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,11 +1,8 @@
TEMPLATE = subdirs
+qtHaveModule(quick): SUBDIRS += qmlscene qmlplugindump
+qtHaveModule(qmltest): SUBDIRS += qmltestrunner
SUBDIRS += \
- qmlscene \
- qmlplugindump \
qmlmin \
qmlprofiler \
- qmlbundle \
- qmltestrunner
-qtHaveModule(widgets): SUBDIRS += qmleasing
-
-
+ qmlbundle
+qtHaveModule(quick):qtHaveModule(widgets): SUBDIRS += qmleasing