summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfile/stdinprocess/stdinprocess.pro
blob: 51badce898dccdc009d7b25aaa6e2294154aacb2 (plain)
1
2
3
4
5
6
7
8
9
SOURCES += main.cpp
QT = core
CONFIG -= app_bundle debug_and_release_target
CONFIG += console

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