From 1d5dfb2d43fb96ec27e9b19d1c99de241c9e422c Mon Sep 17 00:00:00 2001 From: Jorgen Lind Date: Thu, 5 Jul 2012 11:57:31 +0200 Subject: Fix QPA plugin metadata change Change-Id: I4f56aba2d42f2f9b469bdcd8cf4312fee93ab911 Reviewed-by: Paul Olav Tvete --- src/plugins/platforms/wayland/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/platforms/wayland/main.cpp b/src/plugins/platforms/wayland/main.cpp index 61484ba36..a1eaf3409 100644 --- a/src/plugins/platforms/wayland/main.cpp +++ b/src/plugins/platforms/wayland/main.cpp @@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE class QWaylandIntegrationPlugin : public QPlatformIntegrationPlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QPlatformIntegrationFactoryInterface" FILE "wayland.json") + Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.1" FILE "wayland.json") public: QStringList keys() const; QPlatformIntegration *create(const QString&, const QStringList&); -- cgit v1.2.3