testProcessSpacesArgs fixed

Target names with spaces must be quoted.

Change-Id: I913ef386353fc75991c8db4e3205ab511fc1f1a9
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
bb10
Joerg Bornemann 2011-12-08 11:25:38 +01:00 committed by Qt by Nokia
parent 8021e2d5e7
commit f7d11b216a
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ CONFIG -= qt app_bundle
CONFIG += console
DESTDIR = ./
TARGET = one space
TARGET = "one space"
# This app is testdata for tst_qprocess
target.path = $$[QT_INSTALL_TESTS]/tst_qprocess/testProcessSpacesArgs

View File

@ -3,7 +3,7 @@ CONFIG -= qt app_bundle
CONFIG += console
DESTDIR = ./
TARGET = two space s
TARGET = "two space s"
# This app is testdata for tst_qprocess
target.path = $$[QT_INSTALL_TESTS]/tst_qprocess/testProcessSpacesArgs