Warning, /plasma/plasma-workspace/phonon/platform_kde/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(kde_PART_SRCS
0002     debug.cpp
0003     kdeplatformplugin.cpp
0004     kiomediastream.cpp
0005 )
0006 
0007 kcoreaddons_add_plugin(kde SOURCES ${kde_PART_SRCS} INSTALL_NAMESPACE "phonon_platform")
0008 target_link_libraries(kde Phonon::phonon4qt6 KF6::CoreAddons KF6::ConfigCore KF6::WidgetsAddons KF6::I18n KF6::KIOCore KF6::Notifications)
0009 
0010 install(FILES phonon.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})