forked from qt-creator/qt-creator
...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>
6 lines
125 B
Prolog
6 lines
125 B
Prolog
include(../qttest.pri)
|
|
|
|
DEFINES += "SDKTOOL_DIR=\\\"$$replace(IDE_LIBEXEC_PATH, " ", "\\ ")\\\""
|
|
|
|
SOURCES += tst_sdktool.cpp
|