summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testSoftExit/testSoftExit.pro
blob: 5d4ec4fc213c4b10256fe7dbe0b70a41eaf785ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
win32 {
   SOURCES = main_win.cpp
   !win32-borland:!wince*:LIBS += -lUser32
}
unix {
   SOURCES = main_unix.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