aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 6e25509216..18bfe28a8a 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -14,7 +14,12 @@ qmlimportscanner.CONFIG = host_build
!contains(QT_CONFIG, no-qml-debug): SUBDIRS += qmlprofiler
qtHaveModule(quick) {
- !static: SUBDIRS += qmlscene qmlplugindump
+ !static: {
+ SUBDIRS += \
+ qmlscene \
+ qmlplugindump \
+ qmltime
+ }
qtHaveModule(widgets): SUBDIRS += qmleasing
}
qtHaveModule(qmltest): SUBDIRS += qmltestrunner