summaryrefslogtreecommitdiffstats
path: root/tests/auto/geotestplugin/geotestplugin.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-04-16 11:26:15 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-23 12:06:50 +0200
commit273977d00178a70c837da4df1a931377fa9d33d8 (patch)
tree1b1e63d1aee92536956f17e48ad27a87f3e91410 /tests/auto/geotestplugin/geotestplugin.pro
parent0b41fc5cf08257f64d3d46c87a06a61eaa56aee0 (diff)
Add PLUGIN_CLASS_NAME declarations to plug-in projects
This is required for automatic static linking and deployment. The test plug-ins are excluded from the automation based on the assumption that they are usually not needed. Change-Id: I7658c624101e3273767c1c10d77a87c89d5801ba Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'tests/auto/geotestplugin/geotestplugin.pro')
-rw-r--r--tests/auto/geotestplugin/geotestplugin.pro2
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 \