interactiveterminal: consider this KF5-only for now

It seems unlikely that a KF6-based terminal part from konsole
becomes available any time soon, so don't bother.
This commit is contained in:
Adriaan de Groot 2023-09-04 23:53:39 +02:00
parent 5f8b6ed437
commit 6ffafe1c45

View File

@ -3,6 +3,11 @@
# SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
# SPDX-License-Identifier: BSD-2-Clause
#
if(WITH_QT6)
calamares_skip_module( "interactiveterminal (KDE Frameworks 5 only)" )
return()
endif()
find_package(ECM ${ECM_VERSION} REQUIRED NO_MODULE)
set(kf5_ver 5.41)