forked from qt-creator/qt-creator
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:
@@ -1,5 +1,5 @@
|
||||
include(../qttest.pri)
|
||||
|
||||
DEFINES += "SDKTOOL_DIR=\\\"$$IDE_LIBEXEC_PATH\\\""
|
||||
DEFINES += "SDKTOOL_DIR=\\\"$$replace(IDE_LIBEXEC_PATH, " ", "\\ ")\\\""
|
||||
|
||||
SOURCES += tst_sdktool.cpp
|
||||
|
Reference in New Issue
Block a user