1
0
Fork 0

Ensure executables operating in UTF-8 charset on Windows

Otherwise Qt assumptions are likely broken
This commit is contained in:
Ilya Fedin 2022-12-31 09:29:51 +04:00 committed by John Preston
parent 4d8c8a0f84
commit de92292f89

View file

@ -18,6 +18,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
INTERFACE
/permissive-
# /Qspectre
/utf-8
/W1
/WX
/MP # Enable multi process build.