Hello,

Le mercredi 12 décembre 2018, Matthias Fehring a écrit :
> But what works is when I use "generic" booster type, then the app
> works.
From my understanding, this is expected. The booster will preload a
given set of libraries (qt5 for instance) but if your plugin requires a
library outside this set, the plugin will not be loaded because of
unresolved symbols. I had the issue with GnuPG plugin in Sailfish
Secrets. The daemon was launched with -type qt5, but my plugin was
linking on gpgme.so in addition to all Qt libraries. Switching to
generic solved the issue, as you noticed.

Damien.
_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to