summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testSpaceInName/testSpaceInName.pro
blob: eac0b59d9a1a589ac571dee45806925fc34396a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SOURCES = main.cpp
CONFIG -= qt
CONFIG += console
DESTDIR = "../test Space In Name"

mac {
  CONFIG -= app_bundle
}

# This app is testdata for tst_qprocess
target.path = "$$[QT_INSTALL_TESTS]/tst_qprocess/test Space In Name"
INSTALLS += target