summaryrefslogtreecommitdiffstats
path: root/tests/auto/qprocess/testSpaceInName/testSpaceInName.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qprocess/testSpaceInName/testSpaceInName.pro')
-rw-r--r--tests/auto/qprocess/testSpaceInName/testSpaceInName.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/qprocess/testSpaceInName/testSpaceInName.pro b/tests/auto/qprocess/testSpaceInName/testSpaceInName.pro
new file mode 100644
index 0000000000..913e868d03
--- /dev/null
+++ b/tests/auto/qprocess/testSpaceInName/testSpaceInName.pro
@@ -0,0 +1,13 @@
+SOURCES = main.cpp
+CONFIG -= qt
+CONFIG += console
+DESTDIR = "../test Space In Name"
+
+mac {
+ CONFIG -= app_bundle
+}
+
+# no install rule for application used by test
+INSTALLS =
+
+