From 8e3af6b8ce485a41c278627bd06152d5ed6077b0 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Tue, 17 Jun 2014 19:45:21 +0100 Subject: [PATCH] removed unnecessary workaround for problem which was due to a misunderstanding --- build.pri | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build.pri b/build.pri index ea675b6d3..7f7cc1dc7 100644 --- a/build.pri +++ b/build.pri @@ -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 ###########################