Files
qt-creator/share/qtcreator/templates/wizards/qmakeconsole/project.pro
T
Yuchen Deng cc4e2a445c 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:56:56 +02:00

6 lines
67 B
Prolog

TEMPLATE = app
CONFIG += console
CONFIG -= qt
SOURCES += main.cpp