aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 1a90b8e776..5d9d3740ce 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -10,14 +10,18 @@ SUBDIRS += \
qml \
qmllint
- qtConfig(qml-network):!contains(QT_CONFIG, no-qml-debug): SUBDIRS += qmlprofiler
+ qtConfig(qml-profiler): SUBDIRS += qmlprofiler
qtHaveModule(quick) {
!static: {
SUBDIRS += \
qmlscene \
- qmlplugindump \
qmltime
+
+ qtConfig(regularexpression):qtConfig(process) {
+ SUBDIRS += \
+ qmlplugindump
+ }
}
qtHaveModule(widgets): SUBDIRS += qmleasing
}