summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-11-04 16:08:34 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2021-11-05 14:52:26 +0100
commit067a23f2c6f93784ffd699eedd476c82d83c430e (patch)
tree05067c0f782754e8cff003b9a40da7ee1ac1945b /src/corelib/kernel
parent2c070b6f4d24c56a37d5de71e40d435030254be9 (diff)
Make sure that all plugin targets are built before deploying to Android
We need to make sure that all plugin targets are built and present on the file system before running androiddeployqt. This especially important when building executables that depend on qml modules that are built in the project tree. This adds meta target that collects all the plugin targets as dependencies and adds this meta target as the dependency for the custom target that executes androiddeployqt. TODO: We should also take into account MODULE libraries that were added using the CMake add_library call, but since qt6_finalize_project is not a part of 6.2 API, this will be added in follow up commit. Pick-to: 6.2 Task-number: QTBUG-94714 Task-number: QTBUG-88841 Change-Id: I4b4596eb8ed364dbe80e2cfb0ce31cec32e7c03f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/corelib/kernel')
0 files changed, 0 insertions, 0 deletions