Files
qt-creator/tests/auto/sdktool/CMakeLists.txt

7 lines
182 B
CMake
Raw Normal View History

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
)