aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index b2e9e27066..6e25509216 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -9,8 +9,10 @@ qmlimportscanner.CONFIG = host_build
!android|android_app {
SUBDIRS += \
qml \
- qmlprofiler \
qmllint
+
+ !contains(QT_CONFIG, no-qml-debug): SUBDIRS += qmlprofiler
+
qtHaveModule(quick) {
!static: SUBDIRS += qmlscene qmlplugindump
qtHaveModule(widgets): SUBDIRS += qmleasing