summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro
blob: f881c2a8247bb9d595c74a307883dbf5cb68a3dd (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES = main.cpp
CONFIG -= qt app_bundle
CONFIG += console
DESTDIR = ./

TARGET = "two space s"

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