summaryrefslogtreecommitdiff
path: root/src/plugins/shellintegration/CMakeLists.txt
blob: 7a32cee8f361bb00b7f0da59973325120b35b95d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 shellintegration.pro.

if(QT_FEATURE_wayland_client_fullscreen_shell_v1)
    add_subdirectory(fullscreen-shell-v1)
endif()
if(QT_FEATURE_wayland_client_ivi_shell)
    add_subdirectory(ivi-shell)
endif()
if(QT_FEATURE_wayland_client_wl_shell)
    add_subdirectory(wl-shell)
endif()
if(QT_FEATURE_wayland_client_xdg_shell)
    add_subdirectory(xdg-shell)
endif()

if(QT_FEATURE_wayland_client_qt_shell)
    add_subdirectory(qt-shell)
endif()