summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2021-06-29 01:49:37 +0200
committerRobert Griebl <robert.griebl@qt.io>2021-06-30 16:35:23 +0200
commit6feb9f7f2a4dabc96a0a5c18c6cf599e1b9a1b02 (patch)
treed1b74ffc26d280edb46ad829252bd21b12493b4a /tests/auto
parent5e2772fa8c86cb89765485a0d5bd5c6cef55a64b (diff)
downloadqtapplicationmanager-6feb9f7f2a4dabc96a0a5c18c6cf599e1b9a1b02.tar.gz
cmake: add custom targets to simulate qmake's OTHER_FILES
Still missing these targets for all Qml-only examples and tests. Change-Id: I1702d9c3c43175fef7b47d010366b6c05c098d91 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/signature/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/signature/CMakeLists.txt b/tests/auto/signature/CMakeLists.txt
index 0f9c1054..fcfbdc5e 100644
--- a/tests/auto/signature/CMakeLists.txt
+++ b/tests/auto/signature/CMakeLists.txt
@@ -27,3 +27,7 @@ qt_internal_extend_target(tst_signature CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
)
+
+add_custom_target("Other-Files-Signature-Test" SOURCES
+ create-test-data.sh
+)