aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/sdktool/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/sdktool/CMakeLists.txt')
-rw-r--r--tests/auto/sdktool/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/sdktool/CMakeLists.txt b/tests/auto/sdktool/CMakeLists.txt
new file mode 100644
index 0000000000..65d83c00e3
--- /dev/null
+++ b/tests/auto/sdktool/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_qtc_test(tst_sdktool
+ DEPENDS Utils
+ DEFINES SDKTOOL_DIR="${IDE_LIBEXEC_PATH}"
+ SOURCES tst_sdktool.cpp
+)