1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

Add missing KCodecs link

This commit is contained in:
Nicolas Fella 2023-01-15 01:38:10 +01:00
parent 135174d6b2
commit 7df627a7d6
3 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Dependencies:
'frameworks/kdoctools': '@stable'
'frameworks/kwindowsystem': '@stable'
'frameworks/kfilemetadata': '@stable'
'frameworks/kcodecs': '@stable'
'libraries/kuserfeedback': '@stable'
'libraries/phonon': '@stable'

View File

@ -76,6 +76,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
Crash
WindowSystem
WidgetsAddons
Codecs
)
find_package(KUserFeedback 1.2.0)

View File

@ -208,6 +208,7 @@ target_link_libraries(
KF5::Parts
KF5::WindowSystem
KF5::WidgetsAddons
KF5::Codecs
)
if(HAVE_BALOO)