aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlmin/qmlmin.pro
diff options
context:
space:
mode:
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
index 2cbf196863..f5248e1b69 100644
--- a/tools/qmlmin/qmlmin.pro
+++ b/tools/qmlmin/qmlmin.pro
@@ -2,4 +2,13 @@ option(host_build)
QT = core qmldevtools-private
SOURCES += main.cpp
+QMAKE_TARGET_PRODUCT = qmlmin
+QMAKE_TARGET_DESCRIPTION = QML/JS minifier
+
+win32 {
+ VERSION = $${QT_VERSION}.0
+} else {
+ VERSION = $${QT_VERSION}
+}
+
load(qt_tool)