summaryrefslogtreecommitdiff
path: root/kde-apps/kapman/files/kapman-21.12.3-missing-link.patch
blob: 63d2d3ba29ab5847f11ee9b09787fe95b419b44e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 874e78360e3b63782927858a270eefb3ca27064f Mon Sep 17 00:00:00 2001
From: Nicolas Fella <nicolas.fella@gmx.de>
Date: Sun, 20 Mar 2022 17:40:49 +0100
Subject: [PATCH] Add missing KCoreAddons link

---
 src/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 23f6f68..23ccb78 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -57,6 +57,7 @@ ecm_add_app_icon(kapman ICONS ${ICONS_SRCS})
 target_link_libraries(kapman
     KF5KDEGames
     KF5KDEGamesPrivate
+    KF5::CoreAddons
     KF5::DBusAddons
     KF5::XmlGui
     KF5::Crash
-- 
GitLab