From: Nicolas Fella Date: Fri, 2 May 2025 18:27:23 +0000 (+0200) Subject: Add missing KF6::ColorScheme link X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/9df6ef77aadbd2c142bc666d3c998d9ece47f7fe?hp=f9569eb19d3dad9693312015436a5419322a3a1b Add missing KF6::ColorScheme link --- 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} )