Custom Map Plugin is not detected
-
I have built a QML Map viewer that works fine with osm maps.
However instead of osm maps I want to use Google satellite map tiles from: https://mt1.google.com/vt/lyrs=s.
I have built https://github.com/vladest/googlemaps from the tag v.0.0.0.2 in QtCreator.
The result are 4 files: qtgeoservices_googlemaps.[dll/lib/pdb/exp].
I place these files in the same folder as my .exe and .qml.
Inside my .qml I use:
Plugin { id: mapPlugin name: "googlemaps" }.
When I run this I get the error message:
"The geoservices provider is not supported."
It seems that the googlemaps plugin is not detected? How can I make this work?