vladest / googlemaps

QtLocation plugin for Google maps tile API
MIT License
141 stars 59 forks source link

qgeotiledmappingmanager: support Qt 5.5.x #16

Closed neolit123 closed 7 years ago

neolit123 commented 7 years ago

This patch adds small pre-processor branching to avoid some Qt 5.6.0 introduced logic related to the tile cache.

Pre 5.6.0, the way to setup the tile cache is to use:

Tested-by: Stefan Fuchs sfuchs@gmx.de Signed-off-by: Lubomir I. Ivanov neolit123@gmail.com