summaryrefslogtreecommitdiff
path: root/src/compositor/doc/src/qtwaylandcompositor-cpp.qdoc
blob: 1738a0f0910f9837bca949043a5c504bca83ce85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
  \module QtWaylandCompositor
  \title Qt Wayland Compositor C++ Classes
  \ingroup modules
  \qtcmakepackage WaylandCompositor
  \qtvariable waylandcompositor

  \brief Provides C++ classes for writing custom Wayland display servers.

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

  \code
  QT += waylandcompositor
  \endcode

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