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
5//
6// W A R N I N G
7// -------------
8//
9// This file is not part of the Qt API. It exists purely as an
10// implementation detail. This header file may change from version to
11// version without notice, or even be removed.
12//
13// We mean it.
14//
15
16#ifndef QWAYLANDEGLINCLUDE_H
17#define QWAYLANDEGLINCLUDE_H
18
19#include <string.h>
20#include <wayland-client-core.h>
21
22#include <wayland-egl.h>
23
24#define EGL_EGLEXT_PROTOTYPES
25#include <QtGui/private/qt_egl_p.h>
26
27#endif // QWAYLANDEGLINCLUDE_H
28

source code of qtwayland/src/hardwareintegration/client/wayland-egl/qwaylandeglinclude_p.h