D27715: Port to Qt 5.14 + Android
Aleix Pol Gonzalez <[email protected]>
| Newsgroups | gmane.comp.kde.education |
|---|---|
| Message-ID | <[email protected]> |
apol added a comment. In D27715#619276 <https://phabricator.kde.org/D27715#619276>, @vkrause wrote: > Interesting, why is libs.xml checked in here? Usually androiddeployqt provides that I think. This might be a possible way out of the compatibility problem though: if libs.xml just defines all arrays the manifest can contain references to all of them as well, without breaking the build. Those not used in the corresponding Qt version will then just be empty but not cause any issue at runtime either. > > In general this looks all correct to me and should work. It's entirely legacy reasons. I could remove it for sure. INLINE COMMENTS > vatra wrote in pluginsmodel.cpp:30 > What kind of plugins are you loading here? I hope you're not storing .so files in "assets:" because it won't work It's qml files. REPOSITORY R325 KAlgebra BRANCH master REVISION DETAIL https://phabricator.kde.org/D27715 To: apol, #android, vkrause Cc: vatra, vkrause, kde-edu, narvaez, apol