summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testGuiProcess/testGuiProcess.pro
blob: 992188b443e075039302cd908419ff569734b498 (plain)
1
2
3
4
5
6
7
8
SOURCES += main.cpp
QT += widgets
CONFIG += console
DESTDIR = ./

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