Fix tst_quicktestmainwithsetup on Android
Include imports into the test resources because they might be needed by the test as well. Pick-to: 6.2 6.3 Task-number: QTBUG-97056 Change-Id: If2e0425bdc11024fb2f49c7fe4d6d62f6422f401 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
parent
2a9e514c89
commit
d736e9a601
|
@ -10,6 +10,11 @@ file(GLOB_RECURSE test_data_glob
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/data/*.qml)
|
||||
list(APPEND test_data ${test_data_glob})
|
||||
|
||||
file(GLOB_RECURSE test_imports_glob
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/imports/*)
|
||||
list(APPEND test_data ${test_imports_glob})
|
||||
|
||||
qt_internal_add_test(tst_quicktestmainwithsetup
|
||||
QMLTEST
|
||||
SOURCES
|
||||
|
|
Loading…
Reference in New Issue