forked from qt-creator/qt-creator
* Moved all sdktool code into a static library, allowing us to link against the actual functionality in unittests * Convert all tests to proper unittests Change-Id: I5c93be0faecbd8b68e0923655483c870a2f408b5 Reviewed-by: hjk <hjk@qt.io>
7 lines
182 B
CMake
7 lines
182 B
CMake
qtc_output_binary_dir(_output_binary_dir)
|
|
add_qtc_test(tst_sdktool
|
|
DEPENDS sdktoolLib
|
|
DEFINES SDKTOOL_DIR="${_output_binary_dir}/${IDE_LIBEXEC_PATH}"
|
|
SOURCES tst_sdktool.cpp
|
|
)
|