diff options
Diffstat (limited to 'tests/auto/geotestplugin/geotestplugin.pro')
-rw-r--r-- | tests/auto/geotestplugin/geotestplugin.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/geotestplugin/geotestplugin.pro b/tests/auto/geotestplugin/geotestplugin.pro index 2519b7d0..4b50989f 100644 --- a/tests/auto/geotestplugin/geotestplugin.pro +++ b/tests/auto/geotestplugin/geotestplugin.pro @@ -2,6 +2,8 @@ TARGET = qtgeoservices_qmltestplugin QT += location-private positioning-private testlib PLUGIN_TYPE = geoservices +PLUGIN_CLASS_NAME = TestGeoServicePlugin +PLUGIN_EXTENDS = - load(qt_plugin) HEADERS += qgeocodingmanagerengine_test.h \ |