diff --git a/map-widget/qmlmapwidgethelper.h b/map-widget/qmlmapwidgethelper.h index eb57dcd88..7b218e9a9 100644 --- a/map-widget/qmlmapwidgethelper.h +++ b/map-widget/qmlmapwidgethelper.h @@ -6,6 +6,11 @@ #include #include +#if defined(Q_OS_IOS) +#include +Q_IMPORT_PLUGIN(QGeoServiceProviderFactoryGooglemaps) +#endif + class MapLocationModel; class MapLocation; struct dive_site;