From 2081fc418a94bbaabfc7fd0439b9a7c7dfa20efa Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 20 Oct 2024 14:51:30 +0200 Subject: [PATCH] GIT_SILENT: it compiles fine without deprecated methods --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09c2059..2213735 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ set_package_properties(GNUGo PROPERTIES ) ecm_set_disabled_deprecation_versions( - QT 6.7 + QT 6.8.0 KF 6.5 KDEGAMES 6.0 )