summaryrefslogtreecommitdiffstats
path: root/src/plugins/geoservices/osm/osm.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-25 10:14:11 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-06-25 10:59:38 +0200
commit7390792c7ac25e515a12427735354727a0d9a9ee (patch)
tree19f4fd40960d9e239539b7ed8ea5b9c44257cdfb /src/plugins/geoservices/osm/osm.pro
parent12ed54ebfc934e3ca7fb1794c724fb30dc4533c4 (diff)
Fix the names of the plugin factory classes for static plugin loading
This breaks positioning on IOS and any other statically build Qt versions. At the same time rename the positionpoll factory class to a more appropriate name to avoid confusion. [ChangeLog][QtPositioning] [iOS] Fixed link error of positioncl and positionpoll plug-in. Task-number: QTBUG-39843 Change-Id: Ic3d5687571cd9e7a531f9958675b895cf22ac13e Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
Diffstat (limited to 'src/plugins/geoservices/osm/osm.pro')
-rw-r--r--src/plugins/geoservices/osm/osm.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/osm/osm.pro b/src/plugins/geoservices/osm/osm.pro
index cb82aeaa..f8744061 100644
--- a/src/plugins/geoservices/osm/osm.pro
+++ b/src/plugins/geoservices/osm/osm.pro
@@ -2,7 +2,7 @@ TARGET = qtgeoservices_osm
QT += location-private positioning-private network
PLUGIN_TYPE = geoservices
-PLUGIN_CLASS_NAME = OSMGeoServicePlugin
+PLUGIN_CLASS_NAME = QGeoServiceProviderFactoryOsm
load(qt_plugin)
HEADERS += \