summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client/brcm-egl/main.cpp
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@digia.com>2014-01-09 16:22:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 13:10:03 +0100
commitbbf7285b669b105c7ccb6629d963b5e2584453d8 (patch)
tree33bdca9d87f7cb6ed014fdb731bf653553ef7b4f /src/plugins/hardwareintegration/client/brcm-egl/main.cpp
parent3209f61310cb5244704e7cfa4f16044420c96747 (diff)
Fixup the iid versions for the plugins
Change-Id: Iac1b8b070d3bf87b29d0be9a2a76fd56e7046f0f Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'src/plugins/hardwareintegration/client/brcm-egl/main.cpp')
-rw-r--r--src/plugins/hardwareintegration/client/brcm-egl/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/hardwareintegration/client/brcm-egl/main.cpp b/src/plugins/hardwareintegration/client/brcm-egl/main.cpp
index 2cf144e71..4c8846d9c 100644
--- a/src/plugins/hardwareintegration/client/brcm-egl/main.cpp
+++ b/src/plugins/hardwareintegration/client/brcm-egl/main.cpp
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
class QWaylandBrcmEglClientBufferPlugin : public QWaylandClientBufferIntegrationPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.WaylandClient.QWaylandClientBufferIntegrationFactoryInterface.5.1" FILE "brcm-egl.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.WaylandClient.QWaylandClientBufferIntegrationFactoryInterface.5.2" FILE "brcm-egl.json")
public:
QStringList keys() const;
QWaylandClientBufferIntegration *create(const QString&, const QStringList&);