From e2d3b915be9b547bbd397b7b282197aff98f5dd2 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Fri, 15 Jul 2022 11:42:23 +0200 Subject: [PATCH] Adapt module to work with the new syncqt Add dependencies to WaylandCompositor_sync_headers for the qml plugin targets. Add deprecation macros. Fix syncqt warnings. Task-number: QTBUG-87480 Change-Id: I0e169344c9a8186484fbb36f5ec1e03cd38ea19b Reviewed-by: Alexandru Croitor --- src/plugins/platforms/wayland/qtwaylandclientglobal.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugins/platforms/wayland/qtwaylandclientglobal.h b/src/plugins/platforms/wayland/qtwaylandclientglobal.h index 0e54752947e..1582176eaa0 100644 --- a/src/plugins/platforms/wayland/qtwaylandclientglobal.h +++ b/src/plugins/platforms/wayland/qtwaylandclientglobal.h @@ -4,6 +4,10 @@ #ifndef QWAYLANDCLIENTGLOBAL_H #define QWAYLANDCLIENTGLOBAL_H +#if 0 +#pragma qt_deprecates(qwaylandclientexport.h) +#endif + #include #include #include