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:
parent
5f8b6ed437
commit
6ffafe1c45
@ -3,6 +3,11 @@
|
|||||||
# SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
|
# SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
|
||||||
# SPDX-License-Identifier: BSD-2-Clause
|
# 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)
|
find_package(ECM ${ECM_VERSION} REQUIRED NO_MODULE)
|
||||||
|
|
||||||
set(kf5_ver 5.41)
|
set(kf5_ver 5.41)
|
||||||
|
Loading…
Reference in New Issue
Block a user