Anyone have an tips on setting the application info (ie. right click on .exe->properties) from Qt?
I can add arbitrary version strings to Qt resource file (qrc) and
Okay, two years after being asked... but maybe somebody will find it useful...
Try to use the following qmake variables:
VERSION = 0.4.0.1 QMAKE_TARGET_COMPANY = company QMAKE_TARGET_PRODUCT = product QMAKE_TARGET_DESCRIPTION = description QMAKE_TARGET_COPYRIGHT = copyright
More info here.