From 45d40afe8443eae3e30ce4df2790bd9ae8b0d765 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 22 Mar 2022 12:23:50 +0100 Subject: [PATCH] Add missing KCoreAddons link Signed-off-by: Andreas Sturmlechner --- 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