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>
This commit is contained in:
Christian Stenger
2015-11-30 08:12:53 +01:00
parent ff1e2150e4
commit e2097fe8ec

View File

@@ -1,5 +1,5 @@
include(../qttest.pri)
DEFINES += "SDKTOOL_DIR=\\\"$$IDE_LIBEXEC_PATH\\\""
DEFINES += "SDKTOOL_DIR=\\\"$$replace(IDE_LIBEXEC_PATH, " ", "\\ ")\\\""
SOURCES += tst_sdktool.cpp