mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
removed unnecessary workaround for problem which was due to a misunderstanding
This commit is contained in:
@@ -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
|
||||
###########################
|
||||
|
||||
Reference in New Issue
Block a user