- Status Closed
- Percent Complete
- Task Type Feature Request
- Category Backend / Core
- Assigned To No-one
- Operating System Windows
- Severity Very Low
- Priority Medium
- Reported Version Development
- Due in Version 0.2.7
-
Due Date
Undecided
- Votes
- Private
Attached to Project: VST Preset Generator
Opened by mzf - 11.05.2016
Last edited by mzf - 25.05.2016
Opened by mzf - 11.05.2016
Last edited by mzf - 25.05.2016
FS#19 - Add Windows application information
The current generated binary Windows exe does not have information about the version numbers, the revision, the application name, etc.
See qmake VERSION parameter:
http://doc.qt.io/qt-5/qmake-variable-reference.html#version
and the QMAKE_TARGET_* parameters:
http://doc.qt.io/qt-5/qmake-variable-reference.html#qmake-target
Using these qmake parameters will delete the current rc file. Hence the application icon must be handled by the RC_ICONS variable:
http://doc.qt.io/qt-5/appicon.html
Closed by mzf
25.05.2016 19:40
Reason for closing: Fixed
Additional comments about closing:
25.05.2016 19:40
Reason for closing: Fixed
Additional comments about closing:
Fixed at revision 39.