From 1a865fd2fbe8dc27697d26f6d4667d87b6c35913 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 5 Sep 2023 22:59:48 +0200 Subject: [PATCH] CMake: reduce required KF5 version to support Debian --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 886f0e64e..2989a4f04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -179,8 +179,8 @@ else() set(qtname "Qt5") set(kfname "KF5") set(QT_VERSION 5.15.0) - set(ECM_VERSION 5.100) - set(KF_VERSION 5.100) + set(ECM_VERSION 5.78) + set(KF_VERSION 5.78) # API that was deprecated before Qt 5.15 causes a compile error add_compile_definitions(QT_DISABLE_DEPRECATED_BEFORE=0x050f00) endif()