aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-02-07 15:44:29 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2017-02-08 12:20:59 +0000
commit50814beaddcc4b4d646353546be16eaea164ce7d (patch)
treecdcf63cce70a4c21d285801530476e00d9eb16d5 /tools/tools.pro
parent32e24c58664f8e864e591fa03ea86418f0cf0674 (diff)
Add qmlcachegen to the default build
Ooops, forgot to do this when importing the sources. Change-Id: I1a002315a164597ccbd69b5722c7417984b0d1cf Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index f3988a909a..1a90b8e776 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -2,7 +2,8 @@ TEMPLATE = subdirs
QT_FOR_CONFIG += qml-private
SUBDIRS += \
qmlmin \
- qmlimportscanner
+ qmlimportscanner \
+ qmlcachegen
!android|android_app {
SUBDIRS += \
@@ -27,7 +28,7 @@ SUBDIRS += \
qml.depends = qmlimportscanner
qmleasing.depends = qmlimportscanner
-# qmlmin, qmlimportscanner & qmlbundle are build tools.
+# qmlmin, qmlimportscanner & qmlcachegen are build tools.
# qmlscene is needed by the autotests.
# qmltestrunner may be useful for manual testing.
# qmlplugindump cannot be a build tool, because it loads target plugins.