Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Regarding reading version details from exe
-
Hi
I use following configuration
OS -> Windows 7
Visual studio 10.0
QT 4.7.4I have added version details to mt QT Application project by adding Version.rc file.
Now I want to read the vcersion number from my exe in one of my function & display it in message box.
Is there any QT API or way to achieve this.
-
No, there is no Qt API for that, you will have to use native Windows API. You can use those together with Qt without problems.
-
If you need the win API for versioninfo, have a look "at this thread":http://developer.qt.nokia.com/forums/viewthread/11377/