Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.2.2
-
None
Description
I want to mention the Qt version (QT_VERSION_STR) in the VS_VERSION_INFO resource structure of my application, so that it is later possible to easily see with which Qt version the binary has been built.
Unfortunately in file src\corelib\global\qglobal.h at line # 486 the Microsoft resource compiler is prompted to report an error. It would be nice if the Microsoft resource compiler could be added to the list of known compilers. It can be done easily by adding the following line:
#elif defined(RC_INVOKED)
(The Microsoft resource compiler defines RC_INVOKED automatically.)