Android: Restore accidentally deleted deduplication of QML root paths

Amends commit 12486c4b0d.

Pick-to: 6.7 6.5
Change-Id: I814c2b7595d5db9c650112b6980173d42708b005
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Ulf Hermann 2024-04-15 17:07:28 +02:00
parent 59bdfc6c52
commit eed6941ef0
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ function(_qt_internal_collect_qml_root_paths target)
endforeach()
endif()
list(REMOVE_DUPLICATES qml_root_paths)
set_target_properties(${target} PROPERTIES _qt_internal_qml_root_path "${qml_root_paths}")
endfunction()