Qt Wayland Compositor QML Types

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:

 import QtWayland.Compositor

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

 QT += waylandcompositor

For more information about using these types in your application, see the Qt Wayland Compositor documentation.