┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Fella <[email protected]>2023-01-15 01:38:10 +0100
committerNicolas Fella <[email protected]>2023-01-15 01:38:10 +0100
commit7df627a7d6da944c89279495cf50cc4b52ec68e2 (patch)
treea7fe4946d9753580deb66e2366231bf7155c0ae2 /CMakeLists.txt
parent135174d6b207aa9e3eb390e31f9101234597a01b (diff)
Add missing KCodecs link
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5aa7b112..e16f0c284 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -76,6 +76,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
Crash
WindowSystem
WidgetsAddons
+ Codecs
)
find_package(KUserFeedback 1.2.0)