summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--map-widget/qmlmapwidgethelper.h5
1 files changed, 5 insertions, 0 deletions
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 <QGeoCoordinate>
#include <QVariant>
+#if defined(Q_OS_IOS)
+#include <QtPlugin>
+Q_IMPORT_PLUGIN(QGeoServiceProviderFactoryGooglemaps)
+#endif
+
class MapLocationModel;
class MapLocation;
struct dive_site;