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/tools.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/tools.pro') 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 -- cgit v1.2.3