From 205b3e93a100e0303e5516dd47314e9ccbd6dbe1 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sat, 9 May 2020 11:47:36 +0200 Subject: [PATCH] GIT_SILENT: It compiles without kf5 deprecated method --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d85a62866..cea43edb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -147,7 +147,7 @@ endif() if (EXISTS "${CMAKE_SOURCE_DIR}/.git") add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) - #add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054500) #Need to find a convert method for KPluginInfo::fromServices + #add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054600) #Need to find a convert method for KPluginInfo::fromServices endif() add_definitions(-DQT_NO_FOREACH) add_definitions(-DQT_NO_KEYWORDS)