ios: manually import google maps plugin

qmlimportscanner for some reason does not include
the googlemaps plugin in the generated file.

Signed-off-by: Murillo Bernardes <mfbernardes@gmail.com>
This commit is contained in:
Murillo Bernardes 2018-04-06 13:52:09 -03:00 committed by Dirk Hohndel
parent 882120ba65
commit ef5d4a123e

View file

@ -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;