From 9fa9a56e19f58934ec278c5af3ec5ee23d496659 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Thu, 8 Sep 2011 13:40:28 +0200 Subject: Introduced qmlmin. qmlmin is a simple minifier for QML and Javascript files. It removes comments and layout characters. Change-Id: I387a683cd9b73e8fd225e10a75b3fcec50949938 Reviewed-on: http://codereview.qt-project.org/4442 Reviewed-by: Qt Sanity Bot Reviewed-by: Kent Hansen --- 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 b963309d74..ae2ca0cd3b 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -1,5 +1,6 @@ TEMPLATE = subdirs -SUBDIRS += qmlviewer qmlscene qmlplugindump +SUBDIRS += qmlviewer qmlscene qmlplugindump qmlmin contains(QT_CONFIG, qmltest): SUBDIRS += qmltestrunner + -- cgit v1.2.1