summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/meego/main.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-06-24 22:11:39 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-25 00:19:15 +0200
commit72cd356200b87921cef601b3ea8180cd024952bf (patch)
tree587332e30728d7c040d4f381b315b50af20f515b /src/plugins/generic/meego/main.cpp
parent03e3fa5dd12a5d03a52ab5ebf873b7495c863f5f (diff)
Use the new plugin system
Convert the last remaining three plugins over from the old plugin system. Change-Id: I355e6bb068ec4afb58a2ee9542f86e2913b3851d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/plugins/generic/meego/main.cpp')
-rw-r--r--src/plugins/generic/meego/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/generic/meego/main.cpp b/src/plugins/generic/meego/main.cpp
index 83e0a6c71e..6a82bd857b 100644
--- a/src/plugins/generic/meego/main.cpp
+++ b/src/plugins/generic/meego/main.cpp
@@ -46,6 +46,7 @@ QT_BEGIN_NAMESPACE
class QMeeGoIntegrationPlugin : public QGenericPlugin
{
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QGenericPluginFactoryInterface")
public:
QMeeGoIntegrationPlugin();
@@ -64,6 +65,4 @@ QObject* QMeeGoIntegrationPlugin::create(const QString &key, const QString &spec
return 0;
}
-Q_EXPORT_PLUGIN2(qmeegointegrationplugin, QMeeGoIntegrationPlugin)
-
QT_END_NAMESPACE