qt5base-lts/src
Alexey Edelev 067a23f2c6 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>
2021-11-05 14:52:26 +01:00
..
3rdparty PCRE2: upgrade to 10.39 2021-11-03 22:54:37 +01:00
android Android: Treat ACTION_CANCEL as TouchCancelEvent 2021-10-29 08:39:55 +02:00
concurrent Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
corelib Make sure that all plugin targets are built before deploying to Android 2021-11-05 14:52:26 +01:00
dbus dbus: Fix typos 2021-10-14 20:22:21 +02:00
entrypoint Fix EntryPointMinGW32Target.cmake to be found in top-level build 2021-11-05 14:52:26 +01:00
gui Tidy up QPixmapCache to prevent potential segfault 2021-11-05 14:09:39 +01:00
network QNI: Add API to check if connection is metered 2021-11-04 12:02:25 +01:00
opengl Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
openglwidgets
platformsupport evdevtouch: Fix loading screen name for output mapping 2021-10-12 12:52:01 +02:00
plugins QNI NetworkManager: Extract Method primaryConnectionDevicePath() 2021-11-04 12:02:47 +01:00
printsupport Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
sql Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
testlib Include qproperty.h where needed 2021-11-04 21:45:02 +01:00
tools Add --no-rcc-bundle-cleanup option to androiddeployqt tool 2021-10-29 19:32:16 +02:00
widgets QAIV: Reset double-click flag in mousePressEvent 2021-11-05 14:52:25 +01:00
xml Doc: Enable qdoc warning count limit 2021-10-21 19:10:52 +02:00
CMakeLists.txt