Repair tst_qquickspritegoal on Android
For tst_qquickspritegoal, not all required test data was included. This patch fixes that. Task-number: QTBUG-101865 Pick-to: 6.2 6.3 Change-Id: I3411099e80e22b716e54c8cc3a0585e556c24b1e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
e1b0602abf
commit
9475df50bf
|
@ -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_qquickspritegoal
|
||||
|
|
Loading…
Reference in New Issue