From 3c08a780fab30049898e243ba7406c8988c7821b Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 19 Apr 2020 23:52:38 +0200 Subject: [PATCH] Remove too strict Qt/KF5 deprecation rule. GIT_SILENT --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f92f1c..ff8f1e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,9 +37,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Archive WidgetsAddons ) -if (EXISTS "${CMAKE_SOURCE_DIR}/.git") - add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000) -endif() add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT) -- GitLab