From 74b112a4bb794061127313ba6c39ee7762964321 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Fri, 11 Dec 2020 18:05:21 +0100 Subject: [PATCH] Mod KF5 v5.76.0 => v5.70.0 see https://qelectrotech.org/forum/viewtopic.php?pid=13924#p13924 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b1705a58..9ed3ef1a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -189,7 +189,8 @@ Include(FetchContent) if(DEFINED BUILD_KF5_YES) if(NOT DEFINED KF5_GIT_TAG) - set(KF5_GIT_TAG v5.76.0) + #https://qelectrotech.org/forum/viewtopic.php?pid=13924#p13924 + set(KF5_GIT_TAG v5.70.0) message("KF5_GIT_TAG :" ${KF5_GIT_TAG}) endif()