summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-07-27 10:29:24 +0200
committerKai Koehne <kai.koehne@qt.io>2017-07-31 06:19:02 +0000
commit79737d03bc7f8b15bd0344848d58a36a580a59ae (patch)
treee0f60355bca10519fe41d3b7a31ea41f64d04c43 /mkspecs
parent6adff20fe6afe8d17db2d8183506abd2792789bd (diff)
Windows: Simplify generic tool description
Make the tool description even simpler so that e.g. moc shows up as "Qt Moc". The 'description' is shown in various places as the mere title, so it shouldn't be too verbose. This augments change ad68bf51e7. Task-number: QTBUG-61970 Change-Id: I4b30b95a10d597a9a8a2c388c2381ea38a340be6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt_tool.prf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/features/qt_tool.prf b/mkspecs/features/qt_tool.prf
index 4ba2b54623..05cb4335ab 100644
--- a/mkspecs/features/qt_tool.prf
+++ b/mkspecs/features/qt_tool.prf
@@ -11,8 +11,8 @@
CONFIG += no_launch_target
isEmpty(VERSION): VERSION = $$MODULE_VERSION
-isEmpty(QMAKE_TARGET_DESCRIPTION): QMAKE_TARGET_DESCRIPTION = \
- "Tool for the Qt Application Development Framework ($$TARGET)"
+isEmpty(QMAKE_TARGET_DESCRIPTION): \
+ QMAKE_TARGET_DESCRIPTION = "Qt $$title($$TARGET)"
load(qt_app)
CONFIG += console