summaryrefslogtreecommitdiff
path: root/kde-apps/lokalize/files/lokalize-21.04.3-unused-dep.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/lokalize/files/lokalize-21.04.3-unused-dep.patch')
-rw-r--r--kde-apps/lokalize/files/lokalize-21.04.3-unused-dep.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-apps/lokalize/files/lokalize-21.04.3-unused-dep.patch b/kde-apps/lokalize/files/lokalize-21.04.3-unused-dep.patch
deleted file mode 100644
index efb230d3a650..000000000000
--- a/kde-apps/lokalize/files/lokalize-21.04.3-unused-dep.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 07fa320da849f9f283ffd707d684e29f1d807405 Mon Sep 17 00:00:00 2001
-From: Alexander Lohnau <alexander.lohnau@gmx.de>
-Date: Sun, 6 Jun 2021 22:29:57 +0200
-Subject: [PATCH] Remove unneeded Qt5::Script find_package call
-
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 1e95619..10bfd6d 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -21,7 +21,7 @@ include(KDECompilerSettings NO_POLICY_SCOPE)
- include(ECMAddAppIcon)
- include(ECMQtDeclareLoggingCategory)
-
--find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Script Sql)
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Sql)
-
- find_package(KF5 ${KF5_MIN_VERSION} REQUIRED I18n KIO XmlGui Notifications Config CoreAddons DocTools Kross Sonnet DBusAddons Crash)
-
---
-GitLab
-