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:
parent
882120ba65
commit
ef5d4a123e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user