diff --git a/plugins/qpa/main.cpp b/plugins/qpa/main.cpp index 970d71f9da..36df4a8c86 100644 --- a/plugins/qpa/main.cpp +++ b/plugins/qpa/main.cpp @@ -25,7 +25,7 @@ along with this program. If not, see . class KWinIntegrationPlugin : public QPlatformIntegrationPlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2" FILE "kwin.json") + Q_PLUGIN_METADATA(IID QPlatformIntegrationFactoryInterface_iid FILE "kwin.json") public: QPlatformIntegration *create(const QString &system, const QStringList ¶mList) override; };