summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_tool.prf
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2017-06-14 15:58:44 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-07-03 06:01:49 +0000
commitf046ed395a5d2c3838631e48d5b072f33a97f001 (patch)
tree728a342128c639542ae18905dd025379fb1b0940 /mkspecs/features/qt_tool.prf
parent798c5269192a5534c45102424720f4c77b1b3eff (diff)
Set VERSION for Qt tools
This creates a VersionInfo resource on Windows for Qt's tool executables similar to what Qt's DLLs contain. Task-number: QTBUG-55755 Change-Id: I9e5d7bedaec9d14f29a9eeeb6697b07241f860d8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'mkspecs/features/qt_tool.prf')
-rw-r--r--mkspecs/features/qt_tool.prf3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkspecs/features/qt_tool.prf b/mkspecs/features/qt_tool.prf
index a8d589f0fa..a516e5ba4b 100644
--- a/mkspecs/features/qt_tool.prf
+++ b/mkspecs/features/qt_tool.prf
@@ -10,6 +10,9 @@
#
CONFIG += no_launch_target
+isEmpty(VERSION): VERSION = $$MODULE_VERSION
+isEmpty(QMAKE_TARGET_DESCRIPTION): QMAKE_TARGET_DESCRIPTION = \
+ "Tool for the Qt Application Development Framework"
load(qt_app)
CONFIG += console