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

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

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

HEADERS += \
    qwaylandxdgshellv6_p.h \
    qwaylandxdgshellv6integration_p.h \

SOURCES += \
    main.cpp \
    qwaylandxdgshellv6.cpp \
    qwaylandxdgshellv6integration.cpp \

OTHER_FILES += \
    xdg-shell-v6.json

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