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
562fd0a0401e3d1840933a7a4370cabcf310f7e9
qt-creator
/
share
/
qtcreator
/
templates
/
wizards
/
projects
/
plaincpp
/
file.pro
7 lines
100 B
Prolog
Raw
Normal View
History
Unescape
Escape
Creates a pure console project using QMake, not using Qt library. Merge-request: 386 Reviewed-by: hjk <qtc-committer@nokia.com> Change-Id: I1292faa757d7974eb35c1d463d75bc53f8044c41 Reviewed-on: http://codereview.qt-project.org/5304 Reviewed-by: hjk <qthjk@ovi.com>
2011-09-21 11:48:20 +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
Creates a pure console project using QMake, not using Qt library. Merge-request: 386 Reviewed-by: hjk <qtc-committer@nokia.com> Change-Id: I1292faa757d7974eb35c1d463d75bc53f8044c41 Reviewed-on: http://codereview.qt-project.org/5304 Reviewed-by: hjk <qthjk@ovi.com>
2011-09-21 11:48:20 +02:00
CONFIG
-=
qt
Replace several "Plain C++" with one JSON wizard Change-Id: Ia08f2127cdb25785cf313ec0a31a3d9775161c9b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
2015-06-25 12:10:23 +02:00
SOURCES
+=
%{CppFileName}
Copy Permalink