I’ve developed an application which is using libpoppler-qt5 to read and render pdf documents. However, it cannot be published in jolla store, due to this requirements.
What would be the best way to publish in jolla store:
- statically recompile libpoppler-qt5, and include it in the binary. I fear that libpoppler itself has a lot of dependencies, and it may be a lot of work
- copy the shared object from the sdk in the rpm (same issue)
- another ideas ?
How do usually application do if they rely on third party libraries which are somewhat guaranted to be available on the system ?