aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-04-08 11:16:24 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2016-04-08 11:16:24 +0000
commitdab3fa107fa7b4a82928b71748b857ff85180f1e (patch)
tree9a1e85401ae6b790209f666441f121bb13d1a7f8 /tools/tools.pro
parenta889bcb6c3c66a616e73fa5ed3c9d900d7c7d6f5 (diff)
parent68ba8fe3ccf7abe8d24ba3614f8d7ceb3778de74 (diff)
Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7
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