refs #246 workaround incorrect setting of Q_COMPILER_INITIALIZER_LISTS when compiling with MSVC2013 CTP_Nov2013 (QTBUG-39142)

This commit is contained in:
Mathew Sutcliffe
2014-06-14 16:03:34 +01:00
parent 9b27b93de0
commit a34bcd3624

View File

@@ -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
###########################