summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2022-05-17 19:44:06 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2022-05-18 11:02:19 +0300
commita398b65eda5c6da263c440a460220ad47aec1a82 (patch)
tree1e445f4f622422da62516346d64b054912ffef47
parent97acd970adcbcd76f6370f358a85270c51a69e1f (diff)
downloadqtwebsockets-a398b65eda5c6da263c440a460220ad47aec1a82.tar.gz
Android: package qml test data
Pick-to: 6.2 6.3 Task-number: QTBUG-88846 Change-Id: I7505f68e99d173edd93770b2b37c77ecc2b128e7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
-rw-r--r--tests/auto/qml/qmlwebsockets/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlwebsockets/CMakeLists.txt b/tests/auto/qml/qmlwebsockets/CMakeLists.txt
index 01cb912..d7c8aa8 100644
--- a/tests/auto/qml/qmlwebsockets/CMakeLists.txt
+++ b/tests/auto/qml/qmlwebsockets/CMakeLists.txt
@@ -3,6 +3,10 @@
#####################################################################
## tst_qmlwebsockets Test:
#####################################################################
+file(GLOB_RECURSE test_data_glob
+ RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
+ *.qml)
+list(APPEND test_data ${test_data_glob})
qt_internal_add_test(tst_qmlwebsockets
QMLTEST
@@ -10,6 +14,7 @@ qt_internal_add_test(tst_qmlwebsockets
tst_qmlwebsockets.cpp
PUBLIC_LIBRARIES
Qt::Gui
+ TESTDATA ${test_data}
)
#### Keys ignored in scope 1:.:.:qmlwebsockets.pro:<TRUE>: