┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
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
parent135174d6b207aa9e3eb390e31f9101234597a01b (diff)
Add missing KCodecs 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 18cd5eab9..9a6357b63 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -25,6 +25,7 @@ Dependencies:
'frameworks/kdoctools': '@stable'
'frameworks/kwindowsystem': '@stable'
'frameworks/kfilemetadata': '@stable'
+ 'frameworks/kcodecs': '@stable'
'libraries/kuserfeedback': '@stable'
'libraries/phonon': '@stable'
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)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2d7cba790..97bc770d7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -208,6 +208,7 @@ target_link_libraries(
KF5::Parts
KF5::WindowSystem
KF5::WidgetsAddons
+ KF5::Codecs
)
if(HAVE_BALOO)