blob: 3918927277ed4afcf59d386f47b66b2df4935cb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from shellintegration.pro.
if(QT_FEATURE_wayland_client_ivi_shell)
add_subdirectory(ivi-shell)
endif()
if(QT_FEATURE_wayland_client_qt_shell)
add_subdirectory(qt-shell)
endif()
|