Files
qt-creator/tests/manual/debugger/cli-io/cli-io.pro
Robert Loehning ec91d3cb4c debugger: Added project for testing CLI I/O
Change-Id: I0240ec0a258ad52a3b65ae320a8630a9711538cc
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
2014-06-13 16:52:43 +02:00

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