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