summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtextstream/readLineStdinProcess/readLineStdinProcess.pro
blob: 4a4c091dcbeb7403cc726c95364440944d3cd0d3 (plain)
1
2
3
4
5
6
7
8
9
SOURCES += main.cpp
QT = core
CONFIG += console
CONFIG -= app_bundle
DESTDIR = ./

# This app is testdata for tst_qtextstream
target.path = $$[QT_INSTALL_TESTS]/tst_qtextstream/$$TARGET
INSTALLS += target