vladest / googlemaps

QtLocation plugin for Google maps tile API
MIT License
137 stars 61 forks source link

Build against Qt-5.10 #21

Closed vesath closed 6 years ago

vesath commented 6 years ago

In Qt-5.10 the signature of the QGeoMapType constructor has changed to include two additional parameters: a QGeoCameraCapabilities and a QVariantMap. Just provide those we have on hand.

I'm not sure if that's the correct semantics but it builds fine and works well in Subsurface.

vladest commented 6 years ago

sorry, missed initial PR mail

vesath commented 6 years ago

No worries. Thanks for merging!