testProcessSpacesArgs fixed
Target names with spaces must be quoted. Change-Id: I913ef386353fc75991c8db4e3205ab511fc1f1a9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>bb10
parent
8021e2d5e7
commit
f7d11b216a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue