summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/generic/meego/main.cpp2
-rw-r--r--src/plugins/generic/meego/meego.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/generic/meego/main.cpp b/src/plugins/generic/meego/main.cpp
index 36ef6a1fbf..b99e386e29 100644
--- a/src/plugins/generic/meego/main.cpp
+++ b/src/plugins/generic/meego/main.cpp
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
class QMeeGoIntegrationPlugin : public QGenericPlugin
{
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QGenericPluginFactoryInterface")
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QGenericPluginFactoryInterface" FILE "meego.json")
public:
QMeeGoIntegrationPlugin();
diff --git a/src/plugins/generic/meego/meego.json b/src/plugins/generic/meego/meego.json
new file mode 100644
index 0000000000..b475b67f25
--- /dev/null
+++ b/src/plugins/generic/meego/meego.json
@@ -0,0 +1,3 @@
+{
+ "Keys": [ "MeeGoIntegration" ]
+}