Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.0
-
None
-
-
d6367aca869ee30e15a3861b2990baafb9972aa1 (qt/qtbase/dev) 583776b0d519bba738557cfaa6f12a7647103bfc (qt/qtbase/6.1) b668373477cc9815d7277f8a5136da11735d8f46 (qt/qtbase/6.0)
Description
Among other things, setting the 'QT_ANDROID_BUNDLED_JAR_DEPENDENCIES' property on a plugin does not cause androiddeployqt to bundle said '.jar's. The CMake build system generates a file for dependencies for the modules, but there doesn't seem to be any similar solution for plugins. This means, as a workaround, the bundled '.jar's and permissions need to be set on the module to which the module belongs, which has the downside of potentially including files for plugins that are not included.