aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlmin/qmlmin.pro
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2011-09-13 16:14:52 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-19 12:07:46 +0200
commit82b232dd5ceb327a6fadbe2ddb4c88c85e00098b (patch)
tree6b38375e946ee6beb20108b980b3798a66bf3933 /tools/qmlmin/qmlmin.pro
parent3eb1cdc8cc6ca804eff8f1e5ed6b8dca6d6b1c40 (diff)
Add install rule for qmlmin
Change-Id: I7ea6e92e8fe54092bb16d92e69a83b0257a67acf Reviewed-on: http://codereview.qt-project.org/4787 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Diffstat (limited to 'tools/qmlmin/qmlmin.pro')
-rw-r--r--tools/qmlmin/qmlmin.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qmlmin/qmlmin.pro b/tools/qmlmin/qmlmin.pro
index 034dacca32..5b783a3439 100644
--- a/tools/qmlmin/qmlmin.pro
+++ b/tools/qmlmin/qmlmin.pro
@@ -6,4 +6,6 @@ SOURCES += main.cpp
include(../../src/declarative/qml/parser/parser.pri)
+target.path = $$[QT_INSTALL_BINS]
+INSTALLS += target