summaryrefslogtreecommitdiff
path: root/kde-apps/kshisen/files/kshisen-21.12.3-missing-link.patch
blob: 3e1876a11363278a89e81bf8afafb5db71fa41c2 (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 f082a03135631972ec8b2ec257e11b31cae7641c Mon Sep 17 00:00:00 2001
From: Nicolas Fella <nicolas.fella@gmx.de>
Date: Sun, 20 Mar 2022 15:54:08 +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 09c287d..b0a3a1a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -39,6 +39,7 @@ target_link_libraries(kshisen
     KF5KDEGames
     KF5KDEGamesPrivate
     KF5KMahjongglib
+    KF5::CoreAddons
     KF5::Crash
     KF5::DBusAddons
     KF5::I18n
-- 
GitLab