summaryrefslogtreecommitdiffstats
path: root/src/imports/compositor/compositor.pro
blob: cb3fcbcaa54ebc2db66da0f7edf54923d0950b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
CXX_MODULE = qml
TARGET  = qwaylandcompositorplugin
TARGETPATH = QtWayland/Compositor
QMl_IMPORT_NAME = QtWayland.Compositor
QML_IMPORT_VERSION = $$QT_VERSION

SOURCES += \
    qwaylandquickcompositorplugin.cpp

QML_FILES += \
    $$PWD/WaylandOutputWindow.qml \
    $$PWD/WaylandCursorItem.qml

OTHER_FILES += \
    qmldir \
    $$QML_FILES

QT += quick-private qml-private gui-private core-private waylandcompositor waylandcompositor-private
CONFIG += install_qml_files
load(qml_plugin)