summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client/drm-egl-server/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/hardwareintegration/client/drm-egl-server/main.cpp')
-rw-r--r--src/plugins/hardwareintegration/client/drm-egl-server/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/hardwareintegration/client/drm-egl-server/main.cpp b/src/plugins/hardwareintegration/client/drm-egl-server/main.cpp
index 460ccb7a1..33b8b4b29 100644
--- a/src/plugins/hardwareintegration/client/drm-egl-server/main.cpp
+++ b/src/plugins/hardwareintegration/client/drm-egl-server/main.cpp
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
class DrmEglServerBufferPlugin : public QWaylandServerBufferIntegrationPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.WaylandClient.QWaylandServerBufferIntegrationFactoryInterface.5.1" FILE "drm-egl-server.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.WaylandClient.QWaylandServerBufferIntegrationFactoryInterface.5.3" FILE "drm-egl-server.json")
public:
QStringList keys() const;
QWaylandServerBufferIntegration *create(const QString&, const QStringList&);