┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
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 /src/CMakeLists.txt
parentf9569eb19d3dad9693312015436a5419322a3a1b (diff)
Add missing KF6::ColorScheme link
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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}
)