summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/test/test.pro
blob: 39ce734c5637ebbe0372a92a5c58f99ef4e61b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
QT = core testlib network
embedded: QT += gui
SOURCES = ../tst_qprocess.cpp

TARGET = ../tst_qprocess
win32 {
    CONFIG(debug, debug|release) {
        TARGET = ../../debug/tst_qprocess
    } else {
        TARGET = ../../release/tst_qprocess
    }
}

TESTDATA += ../testBatFiles/*