mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
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
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
||||||
#include <QGeoCoordinate>
|
#include <QGeoCoordinate>
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
|
|
||||||
|
#if defined(Q_OS_IOS)
|
||||||
|
#include <QtPlugin>
|
||||||
|
Q_IMPORT_PLUGIN(QGeoServiceProviderFactoryGooglemaps)
|
||||||
|
#endif
|
||||||
|
|
||||||
class MapLocationModel;
|
class MapLocationModel;
|
||||||
class MapLocation;
|
class MapLocation;
|
||||||
struct dive_site;
|
struct dive_site;
|
||||||
|
|
Loading…
Add table
Reference in a new issue