From 45b854dbd56102b7be94cb6b73b7e6a42e81d930 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 1 Aug 2016 16:30:02 +0200 Subject: enable c++11 really globally ... and remove all instances that became redundant now. this excludes everything that comes from outside qtc, or looks like it could "leave" it. Change-Id: Idc8baad17cd1ffdc5e160ec48ea3292d633a2562 Reviewed-by: Christian Stenger --- qtcreator.pri | 3 --- 1 file changed, 3 deletions(-) (limited to 'qtcreator.pri') diff --git a/qtcreator.pri b/qtcreator.pri index 6661242887..cf214e64e1 100644 --- a/qtcreator.pri +++ b/qtcreator.pri @@ -6,9 +6,6 @@ QTCREATOR_COMPAT_VERSION = 4.0.83 VERSION = $$QTCREATOR_VERSION BINARY_ARTIFACTS_BRANCH = 4.1 -# enable c++11 -CONFIG += c++11 - defineReplace(qtLibraryTargetName) { unset(LIBRARY_NAME) LIBRARY_NAME = $$1 -- cgit v1.2.3