summaryrefslogtreecommitdiff
path: root/kde-apps/kwave/files/kwave-21.12.3-missing-link.patch
blob: 03df879dcf8d971986c9bf9350c026c82b4cb6b1 (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
25
From 45d40afe8443eae3e30ce4df2790bd9ae8b0d765 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Tue, 22 Mar 2022 12:23:50 +0100
Subject: [PATCH] Add missing KCoreAddons link

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
---
 plugins/goto/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/goto/CMakeLists.txt b/plugins/goto/CMakeLists.txt
index 1f1b3a07..abc9ea0a 100644
--- a/plugins/goto/CMakeLists.txt
+++ b/plugins/goto/CMakeLists.txt
@@ -41,6 +41,7 @@ TARGET_LINK_LIBRARIES(plugin_goto_common
     Qt5::Core
     Qt5::Widgets
     KF5::ConfigWidgets
+    KF5::CoreAddons
     KF5::I18n
 )
 
-- 
2.35.1