forked from qt-creator/qt-creator
Change-Id: Ic987e41c79cae531aa94ded8fa9fa87bce55c936 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
9 lines
179 B
Prolog
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
|