Add utf-8 support for msvc to resolve building error in some windows systems. (#277)

This commit is contained in:
spking11 2020-11-22 00:29:36 +08:00 committed by GitHub
parent 44dc76bd19
commit 1a50ea9892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ windows {
} }
# MSVC # MSVC
*-msvc* { *-msvc* {
QMAKE_CXXFLAGS += /utf-8
} }
} }