From 9df6ef77aadbd2c142bc666d3c998d9ece47f7fe Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Fri, 2 May 2025 20:27:23 +0200 Subject: [PATCH] Add missing KF6::ColorScheme link --- .kde-ci.yml | 1 + CMakeLists.txt | 1 + src/CMakeLists.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 2f3127189..60ce73499 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -25,6 +25,7 @@ Dependencies: 'frameworks/kfilemetadata': '@latest-kf6' 'frameworks/kcodecs': '@latest-kf6' 'frameworks/kuserfeedback': '@latest-kf6' + 'frameworks/kcolorscheme': '@latest-kf6' 'libraries/phonon': '@latest-kf6' - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'FreeBSD/Qt6'] diff --git a/CMakeLists.txt b/CMakeLists.txt index 52d5ecdd5..2a074067e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,6 +86,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS WidgetsAddons Codecs GuiAddons + ColorScheme ) find_package(KF6UserFeedback ${KF6_MIN_VERSION}) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e58112d66..3bf64454e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -230,6 +230,7 @@ target_link_libraries( KF6::Codecs KF6::KCMUtils KF6::FileMetaData + KF6::ColorScheme ${FTS_LIB} ) -- 2.47.3