aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/qmllint.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/qmllint/qmllint.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/qmllint/qmllint.pro')
-rw-r--r--tools/qmllint/qmllint.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/qmllint/qmllint.pro b/tools/qmllint/qmllint.pro
new file mode 100644
index 0000000000..bc6e27cec2
--- /dev/null
+++ b/tools/qmllint/qmllint.pro
@@ -0,0 +1,7 @@
+option(host_build)
+
+QT = core qmldevtools-private
+
+SOURCES += main.cpp
+
+load(qt_tool)