3
|
1 |
From ffd68935c2ef48fc60cbbb1b4159d49a018e597b Mon Sep 17 00:00:00 2001
|
|
2 |
From: Nicolas Fella <nicolas.fella@gmx.de>
|
|
3 |
Date: Thu, 10 Dec 2020 17:22:21 +0100
|
|
4 |
Subject: [PATCH] Remove unused KWindowSystem dependency
|
|
5 |
|
|
6 |
Since
|
|
7 |
https://invent.kde.org/frameworks/kxmlgui/-/commit/28a80aba1463b83ea8845ff22566a2110c8fb041
|
|
8 |
it's not needed any more
|
|
9 |
---
|
|
10 |
CMakeLists.txt | 1 -
|
|
11 |
src/CMakeLists.txt | 1 -
|
|
12 |
2 files changed, 2 deletions(-)
|
|
13 |
|
|
14 |
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
15 |
index a7ffac4..0e516c5 100644
|
|
16 |
--- a/CMakeLists.txt
|
|
17 |
+++ b/CMakeLists.txt
|
|
18 |
@@ -54,7 +54,6 @@ find_package(KF5GuiAddons ${KF5_DEP_VERSION} REQUIRED)
|
|
19 |
find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED)
|
|
20 |
find_package(KF5IconThemes ${KF5_DEP_VERSION} REQUIRED)
|
|
21 |
find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
|
|
22 |
-find_package(KF5WindowSystem ${KF5_DEP_VERSION} REQUIRED)
|
|
23 |
find_package(KF5Attica ${KF5_DEP_VERSION})
|
|
24 |
set_package_properties(KF5Attica PROPERTIES DESCRIPTION "A Qt library that implements the Open Collaboration Services API"
|
|
25 |
PURPOSE "Support for Get Hot New Stuff in KXMLGUI"
|
|
26 |
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
27 |
index e965d8d..3875a6b 100644
|
|
28 |
--- a/src/CMakeLists.txt
|
|
29 |
+++ b/src/CMakeLists.txt
|
|
30 |
@@ -110,7 +110,6 @@ PRIVATE
|
|
31 |
KF5::ItemViews #KWidgetItemDelegate in KAboutApplicationPersonListDelegate
|
|
32 |
KF5::I18n #i18n and i18nc in many places
|
|
33 |
KF5::IconThemes #KIconLoader and KIconThemes in KToolBar
|
|
34 |
- KF5::WindowSystem #KKeyServer in kkeysequencewidget
|
|
35 |
${XMLGUI_EXTRA_LIBS}
|
|
36 |
)
|
|
37 |
if (TARGET Qt5::DBus)
|
|
38 |
--
|
|
39 |
GitLab
|
|
40 |
|