1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-16 02:59:51 +08:00

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,7 +23,8 @@ windows {
} }
# MSVC # MSVC
*-msvc* { *-msvc* {
} QMAKE_CXXFLAGS += /utf-8
}
} }
RESOURCES += ads.qrc RESOURCES += ads.qrc