summaryrefslogtreecommitdiff
path: root/src/plugins/hardwareintegration/client/CMakeLists.txt
blob: 504a8bd08e9cf67d880f316cf124bca1b5d9353a (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from client.pro.

if(QT_FEATURE_wayland_egl)
    add_subdirectory(wayland-egl)
endif()
if(QT_FEATURE_wayland_brcm)
    add_subdirectory(brcm-egl)
endif()
if(QT_FEATURE_wayland_drm_egl_server_buffer)
    add_subdirectory(drm-egl-server)
endif()
if(QT_FEATURE_wayland_libhybris_egl_server_buffer)
    add_subdirectory(libhybris-egl-server)
endif()
if(QT_FEATURE_wayland_shm_emulation_server_buffer)
    add_subdirectory(shm-emulation-server)
endif()
if(QT_FEATURE_wayland_dmabuf_server_buffer)
    add_subdirectory(dmabuf-server)
endif()
if(QT_FEATURE_wayland_vulkan_server_buffer)
    add_subdirectory(vulkan-server)
endif()