aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@digia.com>2013-08-23 15:03:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-23 06:49:44 +0200
commit68c75745f89d76c09eaafc11792de5870457a452 (patch)
tree767762da3be21a1261cf820250ded0dea92eaf66 /tools/tools.pro
parent85f9ac4a202117cb4dc506cd0696abafe23fb4f1 (diff)
Add qmlimportscanner.
qmlimportscanner scans for import statements in qml files and returns a JSON-formatted list of imports. This is done recursively in order to get all dependencies. Usage: "qmlimportscanner path/to/app/qml/" -importPath path/to/qtbase/qml Change-Id: I0e99caaf4216058c52a4706f7fdbeaf1eba0bbc1 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index ecca12d266..168746e052 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -8,6 +8,7 @@ SUBDIRS += \
qmlbundle \
v4
qtHaveModule(quick):qtHaveModule(widgets): SUBDIRS += qmleasing
+qtHaveModule(quick): SUBDIRS += qmlimportscanner
# qmlmin & qmlbundle are build tools.
# qmlscene is needed by the autotests.