summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qtextstream/stdinProcess/stdinProcess.pro
blob: f2b5aa619f8a0a3e09569d0f1f5d1b7281f43870 (plain)
1
2
3
4
5
6
7
8
SOURCES += main.cpp
QT = core
CONFIG += cmdline
DESTDIR = ./

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