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

DESTDIR = ./

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