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>
This commit is contained in:
Alexey Edelev 2022-07-15 11:42:23 +02:00
parent fb8e5fddca
commit e2d3b915be

View File

@ -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>