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:
parent
44dc76bd19
commit
1a50ea9892
@ -23,7 +23,8 @@ windows {
|
|||||||
}
|
}
|
||||||
# MSVC
|
# MSVC
|
||||||
*-msvc* {
|
*-msvc* {
|
||||||
}
|
QMAKE_CXXFLAGS += /utf-8
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RESOURCES += ads.qrc
|
RESOURCES += ads.qrc
|
||||||
|
Loading…
Reference in New Issue
Block a user