From 82b232dd5ceb327a6fadbe2ddb4c88c85e00098b Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Tue, 13 Sep 2011 16:14:52 +0200 Subject: Add install rule for qmlmin Change-Id: I7ea6e92e8fe54092bb16d92e69a83b0257a67acf Reviewed-on: http://codereview.qt-project.org/4787 Reviewed-by: Roberto Raggi Reviewed-by: Qt Sanity Bot --- tools/qmlmin/qmlmin.pro | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3