summaryrefslogtreecommitdiff
path: root/kde-apps/ktimer/files/ktimer-21.12.3-use-KDECompilerSettings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/ktimer/files/ktimer-21.12.3-use-KDECompilerSettings.patch')
-rw-r--r--kde-apps/ktimer/files/ktimer-21.12.3-use-KDECompilerSettings.patch49
1 files changed, 0 insertions, 49 deletions
diff --git a/kde-apps/ktimer/files/ktimer-21.12.3-use-KDECompilerSettings.patch b/kde-apps/ktimer/files/ktimer-21.12.3-use-KDECompilerSettings.patch
deleted file mode 100644
index b096f82c93e0..000000000000
--- a/kde-apps/ktimer/files/ktimer-21.12.3-use-KDECompilerSettings.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From cb9b5d87331a36dc4e80177bbd16c44444d0eb4d Mon Sep 17 00:00:00 2001
-From: "Friedrich W. H. Kossebau" <kossebau@kde.org>
-Date: Wed, 8 Dec 2021 20:21:06 +0100
-Subject: [PATCH] Use KDECompilerSettings instead of
- KDEFrameworkCompilerSettings
-
-The latter is only for KF modules to use.
-
-GIT_SILENT
-
-* asturmlechner 2022-04-15: Backport to 21.12.3
-
----
- CMakeLists.txt | 11 ++++++++---
- 1 file changed, 8 insertions(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 0409983..cff6350 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -13,8 +13,9 @@ find_package (ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
- set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
-
- include(KDEInstallDirs)
--include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
- include(KDECMakeSettings)
-+include(KDECompilerSettings NO_POLICY_SCOPE)
-+
- include(ECMInstallIcons)
- include(ECMAddAppIcon)
-
-@@ -32,8 +33,12 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
- Notifications
- )
-
--add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
--add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055600)
-+add_definitions(
-+ -DQT_DISABLE_DEPRECATED_BEFORE=0x050f00
-+ -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
-+ -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055800
-+ -DKF_DEPRECATED_WARNINGS_SINCE=0x060000
-+)
-
- add_executable(ktimer)
-
---
-GitLab
-