summaryrefslogtreecommitdiffstats
path: root/src/plugins/shellintegration/xdg-shell-v6/CMakeLists.txt
blob: 4ea237f6a693dbd5e198deefeea83e73b39c4ecc (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
29
30
31
32
33
34
35
36
# Generated from xdg-shell-v6.pro.

#####################################################################
## QWaylandXdgShellV6IntegrationPlugin Plugin:
#####################################################################

qt_internal_add_plugin(QWaylandXdgShellV6IntegrationPlugin
    OUTPUT_NAME xdg-shell-v6
    TYPE wayland-shell-integration
    SOURCES
        main.cpp
        qwaylandxdgshellv6.cpp qwaylandxdgshellv6_p.h
        qwaylandxdgshellv6integration.cpp qwaylandxdgshellv6integration_p.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::GuiPrivate
        Qt::WaylandClientPrivate
        Wayland::Client
)

qt6_generate_wayland_protocol_client_sources(QWaylandXdgShellV6IntegrationPlugin
    FILES
        ${CMAKE_CURRENT_SOURCE_DIR}/../../../3rdparty/protocol/xdg-shell-unstable-v6.xml
)

#### Keys ignored in scope 1:.:.:xdg-shell-v6.pro:<TRUE>:
# OTHER_FILES = "xdg-shell-v6.json"

## Scopes:
#####################################################################

qt_internal_extend_target(QWaylandXdgShellV6IntegrationPlugin CONDITION QT_FEATURE_xkbcommon
    LIBRARIES
        XKB::XKB
)