From: openKylin Developers <packaging@lists.openkylin.top>
Date: Fri, 29 May 2026 09:04:07 -0700
Subject: add-missing-kf6-build-deps

---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 92a7a1c..d777708 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,8 +72,10 @@ find_package(Qt6 "${QT_MIN_VERSION}" CONFIG REQUIRED COMPONENTS
 # Load the frameworks we need
 find_package(KF6 "${KF_MIN_VERSION}" REQUIRED COMPONENTS
     Archive
+    CoreAddons
     Crash
     I18n
+    Config
     KIO
     Solid
 )
