forked from qt-creator/qt-creator
Change-Id: I0240ec0a258ad52a3b65ae320a8630a9711538cc Reviewed-by: Robert Loehning <robert.loehning@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
13 lines
210 B
Prolog
13 lines
210 B
Prolog
# for testing with terminal
|
|
QT += core
|
|
QT -= gui
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
|
|
# for testing without terminal
|
|
#QT += core gui
|
|
|
|
TARGET = cli-io
|
|
TEMPLATE = app
|
|
SOURCES += main.cpp
|