https://bugs.kde.org/show_bug.cgi?id=444475

Stuart Dilts <stuart.di...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stuart.di...@gmail.com

--- Comment #13 from Stuart Dilts <stuart.di...@gmail.com> ---
Based on other places on the web, and the above error message, the problem
seems to be that the appropriate .so file for the SQLite driver either isn't
being included in the build or isn't found during runtime.

The androiddeployqt tool seems to control which qt libraries get included in
the build. According to https://doc.qt.io/qt-5/deployment-android.html, it
should be able to tell us if the dependency is detected correctly and if it's
being included in the build:

"If you are wondering why a particular plugin is not included automatically,
you can run androiddeployqt with the --verbose option to get the list of
missing dependencies for each excluded plugin. You can achieve the same in  Qt
Creator by ticking the Verbose output check box in the Projects > Build Steps >
Build Android APK > Advanced Actions."

Looking at the build output for the latest build,
(https://binary-factory.kde.org/job/Elisa_Nightly_android-arm/806/console), I
see the following output:

> -- Skipping 
> /home/user/Craft/BinaryFactory/android-arm-clang/plugins/sqldrivers/libplugins_sqldrivers_qsqlite_armeabi-v7a.so.
>  It has unmet dependencies: lib/libsqlite3.so.

As a wild guess, will adding a dependency to libsqlite in the CMAKE file
resolve the issue?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to