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>
This commit is contained in:
parent
798c526919
commit
f046ed395a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user