Normally, the app's main library's name is read from a metadata field in the AndroidManifest.xml file, which is filled out by androiddeployqt. Add a protected variable in QtLoader for the app main library name that can be set to provide the library name without the metadata field. This is useful in cases where we don't have a manifest file filled by androiddeployqt, for example when embedding QML to an existing Android app. As a side effect, change the name of existing variable for the main library and the method to access it to make it more explicit they refer to the library's absolute path. Change-Id: I869547818f4d0272668a1052d7bc6916b7bf5a98 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 8e9918e476430cc30007f2acf69f0c0fe120a03d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%