From 7390792c7ac25e515a12427735354727a0d9a9ee Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 25 Jun 2014 10:14:11 +0200 Subject: 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 --- src/plugins/geoservices/osm/osm.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/geoservices/osm/osm.pro') 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 += \ -- cgit v1.2.3