summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-07-15 11:42:23 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2022-10-12 11:42:03 +0200
commitb3021c257dd430f4019c31a3eb1d55d929642c76 (patch)
treede96af057f7a594e0a5186fa305602c485b790b8 /src/client
parentd25f5edfab10e41e0bd3421367d77a3b4c77985b (diff)
downloadqtwayland-b3021c257dd430f4019c31a3eb1d55d929642c76.tar.gz
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 <alexandru.croitor@qt.io>
Diffstat (limited to 'src/client')
-rw-r--r--src/client/qtwaylandclientglobal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/qtwaylandclientglobal.h b/src/client/qtwaylandclientglobal.h
index 0e547529..1582176e 100644
--- a/src/client/qtwaylandclientglobal.h
+++ b/src/client/qtwaylandclientglobal.h
@@ -4,6 +4,10 @@
#ifndef QWAYLANDCLIENTGLOBAL_H
#define QWAYLANDCLIENTGLOBAL_H
+#if 0
+#pragma qt_deprecates(qwaylandclientexport.h)
+#endif
+
#include <QtGui/qtguiglobal.h>
#include <QtWaylandClient/qtwaylandclient-config.h>
#include <QtWaylandClient/qtwaylandclientexports.h>