diff options
| author | Méven Car <[email protected]> | 2019-06-23 17:36:38 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-06-28 11:55:38 +0200 |
| commit | 8216a67d58af0fd709bb3bfb8d0b6073b11cdfed (patch) | |
| tree | 7e1e1d47da3df191b0443341e42e0dcb800907bd /src/CMakeLists.txt | |
| parent | 781e8e9e18579c0fe368ed9fe295f908493272b3 (diff) | |
InformationPanel: Port from Phonon to QtMultimedia
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bf1ed0101..6e982fce8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -425,12 +425,12 @@ if(HAVE_BALOO) panels/information/informationpanel.cpp panels/information/informationpanelcontent.cpp panels/information/pixmapviewer.cpp - panels/information/phononwidget.cpp + panels/information/mediawidget.cpp settings/interface/panelsettingspage.cpp panels/information/informationpanel.h panels/information/informationpanelcontent.h panels/information/pixmapviewer.h - panels/information/phononwidget.h + panels/information/mediawidget.h settings/interface/panelsettingspage.h ) @@ -438,6 +438,10 @@ if(HAVE_BALOO) panels/information/dolphin_informationpanelsettings.kcfgc ) + target_link_libraries(dolphinstatic + Qt::Multimedia + Qt::MultimediaWidgets + ) endif() if(HAVE_KUSERFEEDBACK) @@ -477,7 +481,6 @@ target_sources(dolphinstatic PRIVATE ${dolphin_dbus_SRCS} ) -target_include_directories(dolphinstatic SYSTEM PRIVATE ${PHONON_INCLUDES}) target_link_libraries(dolphinstatic dolphinprivate KF6::CoreAddons @@ -486,7 +489,6 @@ target_link_libraries(dolphinstatic KF6::DBusAddons KF6::Notifications KF6::BookmarksWidgets - Phonon::phonon4qt6 ) if(HAVE_PACKAGEKIT) |
