Details
-
Bug
-
Resolution: Done
-
P4: Low
-
5.9.0 RC
Description
msvc-desktop.conf don't define all windows "UNICODE" needed.
Only "UNICODE" Macro is defined, but windows need "UNICODE" and "_UNICODE", has it is defined in the "Microsoft.Cpp.unicodesupport.props" for MSVC 14 ( And others )
The present version don't compile when using "tchar.h" with need "_UNICODE" defined.
Correct DEFINES for windows should be: "DEFINES += _UNICODE UNICODE WIN32" has it is done in "Microsoft.Cpp.unicodesupport.props".
Attachments
For Gerrit Dashboard: QTBUG-61411 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
197478,2 | Add _UNICODE define to MSVC and MinGW mkspecs | 5.9 | qt/qtbase | Status: MERGED | +2 | 0 |