From 387ccfa770cbce49a077e98b83dc880c1bae2680 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 14 Feb 2021 09:55:15 +0100 Subject: [PATCH] GIT_SILENT: compile without deprecated method --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47b3428..cf29f25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,7 +107,7 @@ if (USE_UNITY_CMAKE_SUPPORT) endif() add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054F00) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000) set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON)