Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 6.0.0
-
Fix Version/s: None
-
Component/s: Build System: CMake
-
Labels:
-
Platform/s:
Description
The plugins dependencies detection with qt_internal_android_dependencies() is run only once per module and if a separate module adds some plugins to an existing module it might not get updated correctly to the dependency xml files used by androiddeployqt.
An example of a case is a module that define a plugin cutomPlugin under QtGui, that customPlugin won't get updated because QtGui dependencies are only run once when qtbase is built.