diff options
Diffstat (limited to 'tests/auto/qprocess/testSpaceInName/testSpaceInName.pro')
-rw-r--r-- | tests/auto/qprocess/testSpaceInName/testSpaceInName.pro | 13 |
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 0000000..913e868 --- /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 = + + |