File leap-1560-qt.patch of Package fcitx5-configtool
Index: fcitx5-configtool-5.1.10/CMakeLists.txt
===================================================================
--- fcitx5-configtool-5.1.10.orig/CMakeLists.txt
+++ fcitx5-configtool-5.1.10/CMakeLists.txt
@@ -13,8 +13,8 @@ endif()
project(fcitx5-configtool VERSION 5.1.10)
-set(QT_MIN_VERSION "6.4.0")
-set(QT_MAJOR_VERSION 6)
+set(QT_MIN_VERSION "5.4.0")
+set(QT_MAJOR_VERSION 5)
find_package(ECM 5.68.0 REQUIRED)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})