summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/fileWriterProcess/fileWriterProcess.pro
blob: 360981f83ce497cdd330c2a0fda24aba5ef43c4e (plain)
1
2
3
4
5
6
7
8
9
SOURCES = main.cpp
CONFIG += console
CONFIG -= app_bundle
QT = core
DESTDIR = ./

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