Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.0.0 Beta3
-
None
-
-
2020wk46, 2020wk48
Description
After a successful build with Conan for qt modules for Android, and configuring the project according to notes in QTBUG-88366, the app apk is built but the libs required for the app from the Conan build are not packaged by androiddeployqt since they are not in the default install prefix of Qt and androiddeployqt doesn't know about the other Conan build paths.
What we need is to allow androiddeployqt to learn about these paths and look into them if they are set by cmake configure step. Probably, this needs to account for both *.so libs and qml modules as well.
Attachments
Issue Links
- resulted from
-
QTBUG-88366 Modules built with Conan cannot be found by user projects
- Reported
- resulted in
-
QTBUG-88670 qt3d examples require rhi plugin on Android
- Closed
-
QTBUG-88667 Conan build for qt3d not building dynamic libs *.so for some plugins
- Closed