How to get App version number and build number etc?
Unsolved
General and Desktop
-
I want to display the version of the software I am building.
Is there any libraries in Qt to manage information like - Major version number, Minor Version number and Build number etc?
How can I access these values from the program at the run time?
-
On Windows, it is possible to have a resource file that stores that information. Wouldn't it be better to store that information yourself in some integers or a string?