Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.2.0
-
None
Description
When additional libraries are added to project, they will be loaded in the order given. If you add them in the incorrect order, you will get a mysterious "UnsatisfiedLinkError: Library libfoo.so not found", when the actual error is that the dependencies of the library are missing.
androiddeployqt should detect the correct library order and either re-order the load sequence or at least warn the user.
Attachments
Issue Links
- is duplicated by
-
QTBUG-36996 ANDROID_EXTRA_LIBS order is not intelligently set
- Closed