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 <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-09-17 13:51:16 +02:00
parent 15227b970a
commit dfa2bc5b71

View File

@@ -1,5 +1,5 @@
TEMPLATE = app
CONFIG += console c++11
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt