summaryrefslogtreecommitdiffstats
path: root/src/compositor/doc/src/qtwaylandcompositor-qmltypes.qdoc
blob: 7d0a52d6f906bbdedf81a5c2e620f0596076ef5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
  \qmlmodule QtWayland.Compositor 1.\QtMinorVersion
  \title Qt Wayland Compositor QML Types
  \ingroup qmlmodules
  \brief Provides QML types for writing custom Wayland display servers.

  The Qt Wayland module provides QML types that can be used to create custom
  display servers supporting the Wayland protocol.

  The QML types can be imported into your application using the following
  import statement:

  \qml
  import QtWayland.Compositor
  \endqml

  To link against the module, add this line to your \l qmake \c .pro file:

  \badcode
  QT += waylandcompositor
  \endcode

  For more information about using these types in your application,
  see the \l{Qt Wayland Compositor} documentation.
*/