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>
bb10
Kai Koehne 2017-07-27 10:29:24 +02:00
parent 6adff20fe6
commit 79737d03bc
1 changed files with 2 additions and 2 deletions

View File

@ -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