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::phonon4qt${QT_MAJOR_VERSION} KF5::CoreAddons KF5::ConfigCore KF5::WidgetsAddons KF5::I18n KF5::KIOCore KF5::Notifications)
0009 
0010 install(FILES phonon.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})