Files
qt-creator/share/qtcreator/templates/wizards/plaincppapp/project.pro
hjk 70aa191b34 plain c++ app wizard: change name from 'qmake console'
Change-Id: I1e3b094c70d8f887d3cd451c961ae067b4423289
Reviewed-on: http://codereview.qt-project.org/5467
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-09-29 16:42:39 +02:00

6 lines
67 B
Prolog

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