Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
3.2.3
-
None
-
Windows 10, MinGW 7.3.0 64bit, Qt5.12.5
Description
Attempting to build IFW using a static MinGW 64 bit build of Qt5.12.5, fails with this error:
installer-framework\src\sdk\installerbase.rc:13: error: syntax error
The line it points to is:
VALUE "FileVersion", IFW_VERSION_STR_WIN32
Given that the tested combination for Windows is Qt 5.12.4 with MSVC 2015, I'm guessing this is caused by a difference between MSVC and MinGW.