removed unnecessary workaround for problem which was due to a misunderstanding

This commit is contained in:
Mathew Sutcliffe
2014-06-17 19:45:21 +01:00
parent fed270c068
commit 8e3af6b8ce

View File

@@ -6,14 +6,6 @@ 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
###########################