forked from qt-creator/qt-creator
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:
@@ -1,5 +1,5 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += console c++11
|
||||
CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
CONFIG -= qt
|
||||
|
||||
|
Reference in New Issue
Block a user