Fix tst_qquickimageparticle on Android
Test data was not correctly included. This patch changes that. Pick-to: 6.2 6.3 Task-number: QTBUG-101865 Change-Id: I21ba2dfa3e0e9ed43f9610096331e86a60703a6c Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
43f705c3c0
commit
d5562064e2
|
@ -7,7 +7,7 @@
|
|||
# Collect test data
|
||||
file(GLOB_RECURSE test_data_glob
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
data/*)
|
||||
data/* ../shared/*)
|
||||
list(APPEND test_data ${test_data_glob})
|
||||
|
||||
qt_internal_add_test(tst_qquickimageparticle
|
||||
|
|
Loading…
Reference in New Issue