summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfile/stdinprocess/stdinprocess.pro
blob: 40297019434d99983b60764f147e113f7fac5fa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SOURCES += main.cpp
QT = core
CONFIG -= app_bundle
CONFIG += console

debug_and_release {
    CONFIG(debug, debug|release) {
        TARGET = ../../debug/stdinprocess_helper
    } else {
        TARGET = ../../release/stdinprocess_helper
    }
} else {
    TARGET = ../stdinprocess_helper
}

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