1 | // Copyright (C) 2016 The Qt Company Ltd. |
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only |
3 | |
4 | #ifndef QWAYLANDCLIENTGLOBAL_H |
5 | #define QWAYLANDCLIENTGLOBAL_H |
6 | |
7 | #if 0 |
8 | #pragma qt_deprecates(qwaylandclientexport.h) |
9 | #endif |
10 | |
11 | #include <QtGui/qtguiglobal.h> |
12 | #include <QtWaylandClient/qtwaylandclient-config.h> |
13 | #include <QtWaylandClient/qtwaylandclientexports.h> |
14 | |
15 | QT_BEGIN_NAMESPACE |
16 | |
17 | QT_END_NAMESPACE |
18 | |
19 | #endif //QWAYLANDCLIENTGLOBAL_H |
20 | |
21 | |