aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlmin/qmlmin.pro
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2011-09-08 13:40:28 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-19 12:07:46 +0200
commit9fa9a56e19f58934ec278c5af3ec5ee23d496659 (patch)
treefc75a2cb70ada381c95a54883028ff35dbb870d8 /tools/qmlmin/qmlmin.pro
parentf3a0513259e38e3104600983be81d239750a8e6e (diff)
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 <qt_sanity_bot@ovi.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Diffstat (limited to 'tools/qmlmin/qmlmin.pro')
-rw-r--r--tools/qmlmin/qmlmin.pro9
1 files changed, 9 insertions, 0 deletions
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)
+
+