From: Kent Hansen Date: Tue, 13 Sep 2011 14:14:52 +0000 (+0200) Subject: Add install rule for qmlmin X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=82b232dd5ceb327a6fadbe2ddb4c88c85e00098b;p=konrad%2Fqtdeclarative.git 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 --- diff --git a/tools/qmlmin/qmlmin.pro b/tools/qmlmin/qmlmin.pro index 034dacc..5b783a3 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