From 4e65caefe608fb3c63a10b92e5bce38233da7926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Martins?= Date: Wed, 9 Jul 2014 13:28:23 +0100 Subject: 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 --- tools/qmllint/qmllint.pro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/qmllint/qmllint.pro (limited to 'tools/qmllint/qmllint.pro') 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) -- cgit v1.2.3