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
15227b970afdf06d2092b78e46e4266660ababd6
qt-creator
/
share
/
qtcreator
/
templates
/
wizards
/
projects
/
plainc
/
file.pro
7 lines
98 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
Add CONFIG+=c++11 in most of the templates Change-Id: Ib3732c018283ebb7a609cd68cdc6b7880bd55f9f Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
2015-02-20 09:44:33 +01:00
CONFIG
+=
console
c
++
11
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