aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2016-03-11 09:45:26 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-03-15 08:20:36 +0000
commitc19590f72012168f4e6ea1a3f7e55cb080919a34 (patch)
treeb254b4c7f18c7728c5c87bf6043ac57ddaefa9dc /tools/tools.pro
parent4c065b497e63832cf610cc06d67a7b40965154fb (diff)
Move qmltime out of benchmarks directory.
This is a tool, not a benchmark. Change-Id: Ie6b4452a1235923e1663a8a525ddad8408d21545 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
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 b2e9e27066..96cf80405a 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -12,7 +12,12 @@ qmlimportscanner.CONFIG = host_build
qmlprofiler \
qmllint
qtHaveModule(quick) {
- !static: SUBDIRS += qmlscene qmlplugindump
+ !static: {
+ SUBDIRS += \
+ qmlscene \
+ qmlplugindump \
+ qmltime
+ }
qtHaveModule(widgets): SUBDIRS += qmleasing
}
qtHaveModule(qmltest): SUBDIRS += qmltestrunner