summaryrefslogtreecommitdiff
path: root/kde-apps/bovo/files/bovo-21.12.3-missing-link.patch
blob: 019602cb06ce3364f6c9a29deb8f628754ccb767 (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 6c8142100ffea5b0e5606902445dc86fe082fc24 Mon Sep 17 00:00:00 2001
From: Nicolas Fella <nicolas.fella@gmx.de>
Date: Sun, 20 Mar 2022 16:04:00 +0100
Subject: [PATCH] Add missing KCoreAddons link

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e750b1d..f65b2ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -121,6 +121,7 @@ ecm_add_app_icon(bovo_SRCS ICONS ${ICONS_SRCS})
 add_executable(bovo ${bovo_SRCS})
 
 target_link_libraries(bovo
+	KF5::CoreAddons
 	KF5::XmlGui
 	KF5::I18n
 	KF5KDEGames
-- 
GitLab