summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/meego
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/meego')
-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