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/qmlmin/qmlmin.pro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools/qmlmin/qmlmin.pro (limited to 'tools/qmlmin/qmlmin.pro') diff --git a/tools/qmlmin/qmlmin.pro b/tools/qmlmin/qmlmin.pro new file mode 100644 index 0000000000..034dacca32 --- /dev/null +++ b/tools/qmlmin/qmlmin.pro @@ -0,0 +1,9 @@ +QT = core +CONFIG += console +CONFIG -= app_bundle +DESTDIR = $$QT.declarative.bins +SOURCES += main.cpp + +include(../../src/declarative/qml/parser/parser.pri) + + -- cgit v1.2.3