From dfa2bc5b711cd9ba9b4a8bbf8c8cfafbcf28bf93 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 17 Sep 2015 13:51:16 +0200 Subject: [PATCH] Wizard: Do not set c++11 for the plain C project wizard ... when building with qmake. All other buildsystems do not have that problem anyway. Task-number: QTCREATORBUG-15064 Change-Id: Ie7d5b1b8a497db841c340229dff577de9e580171 Reviewed-by: Nikolai Kosjar --- share/qtcreator/templates/wizards/projects/plainc/file.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/projects/plainc/file.pro b/share/qtcreator/templates/wizards/projects/plainc/file.pro index 75b02a7d37b..aee9b7f4886 100644 --- a/share/qtcreator/templates/wizards/projects/plainc/file.pro +++ b/share/qtcreator/templates/wizards/projects/plainc/file.pro @@ -1,5 +1,5 @@ TEMPLATE = app -CONFIG += console c++11 +CONFIG += console CONFIG -= app_bundle CONFIG -= qt