diff options
Diffstat (limited to 'tests/auto/qprocess/testProcessSpacesArgs/twospaces.pro')
-rw-r--r-- | tests/auto/qprocess/testProcessSpacesArgs/twospaces.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/qprocess/testProcessSpacesArgs/twospaces.pro b/tests/auto/qprocess/testProcessSpacesArgs/twospaces.pro new file mode 100644 index 0000000..d7c74a6 --- /dev/null +++ b/tests/auto/qprocess/testProcessSpacesArgs/twospaces.pro @@ -0,0 +1,12 @@ +SOURCES = main.cpp +CONFIG -= qt app_bundle +CONFIG += console +DESTDIR = ./ + +TARGET = "two space s" + +# no install rule for application used by test +INSTALLS = + + + |