diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2014-04-16 11:26:15 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-04-23 12:06:50 +0200 |
commit | 273977d00178a70c837da4df1a931377fa9d33d8 (patch) | |
tree | 1b1e63d1aee92536956f17e48ad27a87f3e91410 /tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro | |
parent | 0b41fc5cf08257f64d3d46c87a06a61eaa56aee0 (diff) | |
download | qtlocation-273977d00178a70c837da4df1a931377fa9d33d8.tar.gz |
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/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro')
-rw-r--r-- | tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro index d0e0854a..8f34477e 100644 --- a/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro +++ b/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro @@ -2,6 +2,8 @@ TARGET = qtgeoservices_geocodingplugin QT += location PLUGIN_TYPE = geoservices +PLUGIN_CLASS_NAME = GeocodingTestGeoServicePlugin +PLUGIN_EXTENDS = - load(qt_plugin) HEADERS += qgeocodingmanagerengine_test.h \ |