blob: f08cb9459cbdad9aadf202cf348f5e568baa4556 (
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 2894243edd8c636d9855615522300b4361e2f258 Mon Sep 17 00:00:00 2001
From: Nicolas Fella <nicolas.fella@gmx.de>
Date: Sun, 20 Mar 2022 18:07:50 +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 7f510b8..be8805d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -10,6 +10,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
endif()
target_link_libraries(kronometer
+ KF5::CoreAddons
KF5::Crash
gui)
--
GitLab
|