PDA

View Full Version : File version info



johncharlesb
15th October 2007, 16:48
How can I incorporate file version info for Qt application.

jpn
19th October 2007, 02:59
Are you talking about this version information (http://en.wikibooks.org/wiki/Windows_Programming/Resource_Script_Reference#Version_Information)? If so, I guess you should go with adding IDS_VERSION resource. Btw, qmake does this with VERSION (http://doc.trolltech.com/latest/qmake-variable-reference.html#version) variable but only when lib template is used.

Setting the application icon (http://doc.trolltech.com/latest/appicon.html) article shows how to add windows resources to a Qt application.