summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client/vulkan-server/CMakeLists.txt
blob: 3cfde46805dce7a1b0e60fedee8df36102c629d6 (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
# Generated from vulkan-server.pro.

#####################################################################
## VulkanServerBufferPlugin Plugin:
#####################################################################

qt_internal_add_plugin(VulkanServerBufferPlugin
    OUTPUT_NAME vulkan-server
    TYPE wayland-graphics-integration-client
    SOURCES
        ../../../../hardwareintegration/client/vulkan-server/vulkanserverbufferintegration.cpp ../../../../hardwareintegration/client/vulkan-server/vulkanserverbufferintegration.h
        main.cpp
    INCLUDE_DIRECTORIES
        ../../../../hardwareintegration/client/vulkan-server
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::OpenGL
        Qt::WaylandClientPrivate
        Wayland::Client
)

qt6_generate_wayland_protocol_client_sources(VulkanServerBufferPlugin
    FILES
        ${CMAKE_CURRENT_SOURCE_DIR}/../../../../hardwareintegration/client/vulkan-server/../../../extensions/qt-vulkan-server-buffer-unstable-v1.xml
)

#### Keys ignored in scope 1:.:.:vulkan-server.pro:<TRUE>:
# OTHER_FILES = "vulkan-server.json"
# QMAKE_CXXFLAGS_WARN_ON = "--Wcast-qual"