summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testProcessEcho3/testProcessEcho3.pro
blob: f8dc695c178261bd5b01e9e1074552f87be66175 (plain)
1
2
3
4
5
6
7
8
SOURCES = main.cpp
CONFIG -= qt
CONFIG += console
DESTDIR = ./

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