1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
5 \qmlmodule QtWayland.Compositor 1.\QtMinorVersion
6 \title Qt Wayland Compositor QML Types
8 \brief Provides QML types for writing custom Wayland display servers.
10 The Qt Wayland module provides QML types that can be used to create custom
11 display servers supporting the Wayland protocol.
13 The QML types can be imported into your application using the following
16 \section1 Using the Module
18 \include {module-use.qdocinc} {using the c++ api} {WaylandCompositor}
20 \section2 Building with CMake
22 \include {module-use.qdocinc} {building with cmake} {WaylandCompositor}
24 \section2 Building with qmake
26 \include {module-use.qdocinc} {building_with_qmake} {waylandcompositor}
31 import QtWayland.Compositor
34 For more information about using these types in your application,
35 see the \l{Qt Wayland Compositor} documentation.