summaryrefslogtreecommitdiffstats
path: root/src/plugins/shellintegration/xdg-shell/xdg-shell.pro
blob: 261715845c8e358006dee59d25421dfa5838e050 (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
QT += gui-private waylandclient-private
CONFIG += wayland-scanner

QMAKE_USE += wayland-client
qtConfig(xkbcommon): \
    QMAKE_USE_PRIVATE += xkbcommon

WAYLANDCLIENTSOURCES += \
    ../../../3rdparty/protocol/xdg-decoration-unstable-v1.xml \
    ../../../3rdparty/protocol/xdg-shell.xml

HEADERS += \
    qwaylandxdgdecorationv1_p.h \
    qwaylandxdgshell_p.h \
    qwaylandxdgshellintegration_p.h \

SOURCES += \
    main.cpp \
    qwaylandxdgdecorationv1.cpp \
    qwaylandxdgshell.cpp \
    qwaylandxdgshellintegration.cpp \

OTHER_FILES += \
    xdg-shell.json

PLUGIN_TYPE = wayland-shell-integration
PLUGIN_CLASS_NAME = QWaylandXdgShellIntegrationPlugin
load(qt_plugin)