summaryrefslogtreecommitdiff
path: root/tests/auto/qgeoroutingmanagerplugins
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-25 18:08:11 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-07-27 09:10:19 +0200
commit2e9045f8ce92bddce4c549e87a4adb37476933a1 (patch)
treeb8ae8d5e06330123485d9781ca4838f8f21a2a03 /tests/auto/qgeoroutingmanagerplugins
parentfaea5c148820b94dc9becc1d69bb3a7f2072e926 (diff)
downloadqtlocation-2e9045f8ce92bddce4c549e87a4adb37476933a1.tar.gz
Bump plugin interface version to 6.0
Task-number: QTBUG-96795 Pick-to: 6.2 Change-Id: Ib56df68b2cbc3781f49d0749fcd598bbcd96c6fb Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/qgeoroutingmanagerplugins')
-rw-r--r--tests/auto/qgeoroutingmanagerplugins/qgeoserviceproviderplugin_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgeoroutingmanagerplugins/qgeoserviceproviderplugin_test.h b/tests/auto/qgeoroutingmanagerplugins/qgeoserviceproviderplugin_test.h
index 0883c7be..c08b15e6 100644
--- a/tests/auto/qgeoroutingmanagerplugins/qgeoserviceproviderplugin_test.h
+++ b/tests/auto/qgeoroutingmanagerplugins/qgeoserviceproviderplugin_test.h
@@ -38,7 +38,7 @@ class QGeoServiceProviderFactoryTest: public QObject, public QGeoServiceProvider
{
Q_OBJECT
Q_INTERFACES(QGeoServiceProviderFactory)
- Q_PLUGIN_METADATA(IID "org.qt-project.qt.geoservice.serviceproviderfactory/5.0"
+ Q_PLUGIN_METADATA(IID "org.qt-project.qt.geoservice.serviceproviderfactory/6.0"
FILE "routing_plugin.json")
public: