diff options
| -rw-r--r-- | .kde-ci.yml | 1 | ||||
| -rw-r--r-- | CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/CMakeLists.txt | 1 |
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) |
