This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
137695cae709adf01d20f924b217e70a23f79f05
qt-creator
/
share
/
qtcreator
/
templates
/
wizards
/
projects
/
plainc
/
file.pro
7 lines
92 B
Prolog
Raw
Normal View
History
Unescape
Escape
a simple 'new project' wizard for a plain C project Change-Id: Ie3102362af67858790ff3121d2db56a7183906d4 Reviewed-on: http://codereview.qt-project.org/5468 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-09-23 17:09:23 +02:00
TEMPLATE
=
app
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>
2015-09-17 13:51:16 +02:00
CONFIG
+=
console
Make Plain C/C++ wizard more consistent over platforms. Since it creates a console app also create a bundle-less app on Mac. Task-number: QTCREATORBUG-7304 Change-Id: I00749f0d8a4c02bd80d4e7468b3abea552db23dc Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2012-07-17 12:48:57 +02:00
CONFIG
-=
app_bundle
a simple 'new project' wizard for a plain C project Change-Id: Ie3102362af67858790ff3121d2db56a7183906d4 Reviewed-on: http://codereview.qt-project.org/5468 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-09-23 17:09:23 +02:00
CONFIG
-=
qt
Move plain C application wizards into one Json Wizard Change-Id: If01fe6722c76df83015afa68b18d62ff1eaf523f Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
2015-05-20 10:16:08 +02:00
SOURCES
+=
%{CFileName}
Copy Permalink