From 72cd356200b87921cef601b3ea8180cd024952bf Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sun, 24 Jun 2012 22:11:39 +0200 Subject: Use the new plugin system Convert the last remaining three plugins over from the old plugin system. Change-Id: I355e6bb068ec4afb58a2ee9542f86e2913b3851d Reviewed-by: Thiago Macieira --- src/plugins/generic/meego/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/generic') 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 -- cgit v1.2.3