Files
qt-creator/tests/auto/sdktool/sdktool.pro
Christian Stenger a926909010 Tests: Fix compile on macOS
Change-Id: Ic987e41c79cae531aa94ded8fa9fa87bce55c936
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
2018-06-04 10:07:22 +00:00

9 lines
179 B
Prolog

include(../qttest.pri)
TMP_ILP = $$IDE_LIBEXEC_PATH
win32: TMP_ILP = $$replace(TMP_ILP, \\\\, /)
DEFINES += $$shell_quote(SDKTOOL_DIR=\"$$TMP_ILP\")
SOURCES += tst_sdktool.cpp