Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtwaylandcompositor-qmltypes.qdoc
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \qmlmodule QtWayland.Compositor
6 \title Qt Wayland Compositor QML Types
7 \ingroup qmlmodules
8 \brief Provides QML types for writing custom Wayland display servers.
9
10 The Qt Wayland module provides QML types that can be used to create custom
11 display servers supporting the Wayland protocol.
12
13 The QML types can be imported into your application using the following
14 import statement:
15
16 \section1 Using the Module
17
18 \include {module-use.qdocinc} {using the c++ api} {WaylandCompositor}
19
20 \section2 Building with CMake
21
22 \include {module-use.qdocinc} {building with cmake} {WaylandCompositor}
23
24 \section2 Building with qmake
25
26 \include {module-use.qdocinc} {building_with_qmake} {waylandcompositor}
27
28 \section2 QML import
29
30 \qml
31 import QtWayland.Compositor
32 \endqml
33
34 For more information about using these types in your application,
35 see the \l{Qt Wayland Compositor} documentation.
36*/