Add executable name to description of Qt tools (Windows)
Change f046ed395a set the default values of VERSION and
QMAKE_TARGET_DESCRIPTION for Qt tools to generic ones. The version and
description is shown in the properties of the executable, but also
used for crash reports. For the latter it wasn't clear anymore which
tool actually crashed.
The patch therefore adds the executable name to the generic description.
Tools can still overwrite the description on their own.
Task-number: QTBUG-61970
Change-Id: I8366db22f88f0d6575e7f482f030b3c4f05af6c5
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
bb10
parent
e71f7d7736
commit
ad68bf51e7
|
|
@ -12,7 +12,7 @@
|
|||
CONFIG += no_launch_target
|
||||
isEmpty(VERSION): VERSION = $$MODULE_VERSION
|
||||
isEmpty(QMAKE_TARGET_DESCRIPTION): QMAKE_TARGET_DESCRIPTION = \
|
||||
"Tool for the Qt Application Development Framework"
|
||||
"Tool for the Qt Application Development Framework ($$TARGET)"
|
||||
load(qt_app)
|
||||
|
||||
CONFIG += console
|
||||
|
|
|
|||
Loading…
Reference in New Issue