PDA

View Full Version : Include Qt5Sparql in project



KeineAhnung
1st September 2014, 20:02
Hi there,

I want to use Sparql in my project but the allowed QML APIs for Sailfish are rather limited. Here is a list (https://github.com/sailfish-sdk/sdk-harbour-rpmvalidator/blob/master/allowed_qmlimports.conf). My goal is to find files of a certain type and to display them in a ListView. With Sparql that was an easy thing but I got turned down because it is not allowed, yet.
It is allowed to add your own plugins so I wondered if I could implement Qt5Sparql as a plugin in my projct. Is this possible? And if so. Where do I get the right code.

Thank you for you helpful hints.

[Edit]
I just found this (https://maemo.gitorious.org/maemo-af/qsparql/source/610e0c5ec07afa593ac3057a8c910fd65b6bbff5:) but I have no clue how to integrate that in my project if these are the right files...