aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 1a90b8e776..bf39a649df 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -16,8 +16,12 @@ SUBDIRS += \
!static: {
SUBDIRS += \
qmlscene \
- qmlplugindump \
qmltime
+
+ qtConfig(regularexpression) {
+ SUBDIRS += \
+ qmlplugindump
+ }
}
qtHaveModule(widgets): SUBDIRS += qmleasing
}