Skip to content

Commit

Permalink
Set VERSION for Qt tools
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jobor committed Jul 3, 2017
1 parent 798c526 commit f046ed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mkspecs/features/qt_tool.prf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f046ed3

Please sign in to comment.