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

0001 add_definitions(-DQT_USE_FAST_OPERATOR_PLUS)
0002 
0003 find_package(Phonon4Qt6 4.6.60 NO_MODULE)
0004 include_directories(BEFORE ${PHONON_INCLUDES})
0005 
0006 if(Phonon4Qt6_FOUND)
0007     add_subdirectory(platform_kde)
0008 endif()