mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
refs #246 workaround incorrect setting of Q_COMPILER_INITIALIZER_LISTS when compiling with MSVC2013 CTP_Nov2013 (QTBUG-39142)
This commit is contained in:
@@ -6,6 +6,14 @@ CONFIG += qt
|
||||
CONFIG += warn_on
|
||||
CONFIG += c++11
|
||||
|
||||
# workaround QTBUG-39142
|
||||
win32-msvc2013 {
|
||||
PLATFORM_TOOLSET = $$(PlatformToolset)
|
||||
equals(PLATFORM_TOOLSET,CTP_Nov2013) {
|
||||
DEFINES += Q_COMPILER_INITIALIZER_LISTS
|
||||
}
|
||||
}
|
||||
|
||||
###########################
|
||||
# Debug/Release
|
||||
###########################
|
||||
|
||||
Reference in New Issue
Block a user