summaryrefslogtreecommitdiff
blob: 28418717d3be2358653d8d6d2be986761a1a6ff9 (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 3d3cee8caeec813802a1af54c14805203fb1ddf6 Mon Sep 17 00:00:00 2001
From: "Friedrich W. H. Kossebau" <kossebau@kde.org>
Date: Tue, 7 Sep 2021 23:21:34 +0200
Subject: [PATCH] noteshared: add missing library to link list

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

diff --git a/src/noteshared/CMakeLists.txt b/src/noteshared/CMakeLists.txt
index 5de60ab..6aa0b0a 100644
--- a/src/noteshared/CMakeLists.txt
+++ b/src/noteshared/CMakeLists.txt
@@ -16,6 +16,7 @@ target_link_libraries(noteshared
     Qt5::Core
     Qt5::Widgets
     KF5::I18n
+    KF5::AkonadiWidgets
     KF5::AkonadiCore
     KF5::AkonadiNotes
     KF5::XmlGui
-- 
GitLab