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
ac47d51bfb379b8c3b51d832d54a90dba18a518f
qt-creator
/
share
/
qtcreator
/
templates
/
wizards
/
projects
/
plainc
/
file.pro
8 lines
103 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
Wizards: Prettify template QMake project files Having each source/header/form file on its own line makes further moving around (e.g. sorting) much easier. Also bring indentation for source/header sections to the same level. Amends commit cf40d98dc9115405176976172e0701b0a463813b Change-Id: I95ad9c9298ae01e548a595b29d7f7651220adadd Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
2017-03-27 20:46:31 +02:00
SOURCES
+=
\\
%{CFileName}
Copy Permalink