From 6c8142100ffea5b0e5606902445dc86fe082fc24 Mon Sep 17 00:00:00 2001 From: Nicolas Fella 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