mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +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 += warn_on
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
|
||||||
# workaround QTBUG-39142
|
|
||||||
win32-msvc2013 {
|
|
||||||
PLATFORM_TOOLSET = $$(PlatformToolset)
|
|
||||||
equals(PLATFORM_TOOLSET,CTP_Nov2013) {
|
|
||||||
DEFINES += Q_COMPILER_INITIALIZER_LISTS
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# Debug/Release
|
# Debug/Release
|
||||||
###########################
|
###########################
|
||||||
|
|||||||
Reference in New Issue
Block a user