After a long time I am still trying to get this fixed.
As @harry has mentioned before, I tried [libgato](https://git.javispedro.com/cgit/libgato.git/).
If I include this in my app the validator gives the following problem:
`INFO [/usr/share/harbour-libtester/lib/libgato.so.1] Private shared library shipped ERROR [/usr/share/harbour-libtester/lib/libgato.so.1] Cannot link to shared library: libbluetooth.so.3` The problem seems to be that libgato itself uses libbluetooth which the validator does not like. So basically libgato is out of the game :-(
Now the other [library](https://github.com/lainwir3d/qtconnectivity). When I compile this, I get a lot of errors. I don't think it's made for Sailfish SDK. No idea how to get it compiled.
@harry could you give a hint how to do that?
`INFO [/usr/share/harbour-libtester/lib/libgato.so.1] Private shared library shipped ERROR [/usr/share/harbour-libtester/lib/libgato.so.1] Cannot link to shared library: libbluetooth.so.3` The problem seems to be that libgato itself uses libbluetooth which the validator does not like. So basically libgato is out of the game :-(
Now the other [library](https://github.com/lainwir3d/qtconnectivity). When I compile this, I get a lot of errors. I don't think it's made for Sailfish SDK. No idea how to get it compiled.
@harry could you give a hint how to do that?