aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins@kdab.com>2014-07-09 13:28:23 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2014-08-05 18:49:30 +0200
commit4e65caefe608fb3c63a10b92e5bce38233da7926 (patch)
tree7d669fb57b553801a5bfebfdb8cfc1bdce5d8591 /tools/tools.pro
parentead09e6b1fbfceacb68ee0e2e721c723300b0df6 (diff)
Introducing qmllint tool.
A command line program that returns 0 if a .qml file is syntactically correct. Ideal to integrate into continuous integration systems. [ChangeLog][QtQml] Added QML linter tool. Change-Id: Id420159298e9d2390acd870fee9cf1c3d08e2dec Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index fffa4df5c0..af0965a0a5 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -10,7 +10,8 @@ qmlimportscanner.CONFIG = host_build
SUBDIRS += \
qml \
qmlprofiler \
- qmlbundle
+ qmlbundle \
+ qmllint
qtHaveModule(quick) {
!static: SUBDIRS += qmlscene qmlplugindump
qtHaveModule(widgets): SUBDIRS += qmleasing