1 | // Copyright (C) 2016 The Qt Company Ltd. |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
3 | |
4 | #ifndef QWAYLANDCOMPOSITORGLOBAL_H |
5 | #define QWAYLANDCOMPOSITORGLOBAL_H |
6 | |
7 | #if 0 |
8 | #pragma qt_deprecates(qwaylandexport.h) |
9 | #endif |
10 | |
11 | #include <QtGui/qtguiglobal.h> |
12 | #include <QtWaylandCompositor/qtwaylandcompositor-config.h> |
13 | #include <QtWaylandCompositor/qtwaylandcompositorexports.h> |
14 | |
15 | #endif // QWAYLANDCOMPOSITORGLOBAL_H |
16 | |
17 |