┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Fella <[email protected]>2025-05-02 20:27:23 +0200
committerNicolas Fella <[email protected]>2025-05-02 20:27:23 +0200
commit9df6ef77aadbd2c142bc666d3c998d9ece47f7fe (patch)
treeb9d69073a918c2701ef833433456c700f1ac4c18
parentf9569eb19d3dad9693312015436a5419322a3a1b (diff)
Add missing KF6::ColorScheme link
-rw-r--r--.kde-ci.yml1
-rw-r--r--CMakeLists.txt1
-rw-r--r--src/CMakeLists.txt1
3 files changed, 3 insertions, 0 deletions
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}
)