summaryrefslogtreecommitdiffstats
path: root/src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro
blob: 3c1aaee818e076d90a294e83419f94c879c88bb7 (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): \
    QMAKE_USE_PRIVATE += xkbcommon

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)