aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/Qt6AndroidQmlMacros.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use _qt_internal_collect_qml_root_paths to collect android dependenciesAlexey Edelev2021-09-091-0/+21
Add the _qt_internal_collect_qml_root_paths function that collects qml root paths and sets the QT_QML_ROOT_PATH property to the target based on the provided qml source files. Call _qt_internal_collect_qml_root_paths when adding QML source files to collect QML root paths for the qmlimportscanner when building Android applications. Pick-to: 6.2 Task-number: QTBUG-93340 Change-Id: Ica996e6043b5d1b403665a1316eff23dc97fdf44 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>