aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/sdktool
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2015-11-30 08:12:53 +0100
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-11-30 07:18:31 +0000
commite2097fe8ec6a719071a2dfff577c2de0bd073ec3 (patch)
tree2bcfdff1110144cd41aa8818ab4f985689a8f39b /tests/auto/sdktool
parentff1e2150e459baaea3ab4f267db9d436a54d794c (diff)
Tests: Fix compile for OSX...
...as the define points to a path containing a whitespace which confuses moc this must be escaped. Change-Id: If5fe0e7b3eeb0f4a46df4df3eb8236c94587ea88 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
Diffstat (limited to 'tests/auto/sdktool')
-rw-r--r--tests/auto/sdktool/sdktool.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/sdktool/sdktool.pro b/tests/auto/sdktool/sdktool.pro
index d333b89728..b83c78847f 100644
--- a/tests/auto/sdktool/sdktool.pro
+++ b/tests/auto/sdktool/sdktool.pro
@@ -1,5 +1,5 @@
include(../qttest.pri)
-DEFINES += "SDKTOOL_DIR=\\\"$$IDE_LIBEXEC_PATH\\\""
+DEFINES += "SDKTOOL_DIR=\\\"$$replace(IDE_LIBEXEC_PATH, " ", "\\ ")\\\""
SOURCES += tst_sdktool.cpp