Introduced qmlmin.
authorRoberto Raggi <roberto.raggi@nokia.com>
Thu, 8 Sep 2011 11:40:28 +0000 (13:40 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 19 Sep 2011 10:07:46 +0000 (12:07 +0200)
commit9fa9a56e19f58934ec278c5af3ec5ee23d496659
treefc75a2cb70ada381c95a54883028ff35dbb870d8
parentf3a0513259e38e3104600983be81d239750a8e6e
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>
tools/qmlmin/main.cpp [new file with mode: 0644]
tools/qmlmin/qmlmin.pro [new file with mode: 0644]
tools/tools.pro