View Single Post
Posts: 1,414 | Thanked: 7,547 times | Joined on Aug 2016 @ Estonia
#104
Originally Posted by MartinK View Post
Got as far as this but it's wont compile, complaining about some sqlite3.cpp errors

...

If I understand it correctly it fails during linking so maybe my mapbox-native-gl is compiled incorrectly or something ? It seem to compile without issues though during the earlier steps.
Its my mistake. On desktop, I have older qmapboxgl compilation which is shared lib - so it pulls all required libs automatically. Later, I switched to static builds of qmapboxgl on SFOS. In the app, I didn't correct the linked libs.

I'll fix it properly later today. Until that, just add missing Qt modules in https://github.com/rinigus/mapbox-gl...box-qml.pro#L3 (compare with https://github.com/rinigus/mapbox-gl...-gl-qml.pro#L3). So, as far as I can see, we are missing

Code:
network gui sql
I'll also make separate MouseArea.qml at https://github.com/rinigus/mapbox-gl...ree/master/app for your hacking pleasure later today.