Warning, /frameworks/kio/src/kioslave/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(kioslave5)
0002 ecm_mark_nongui_executable(kioslave5)
0003 
0004 target_sources(kioslave5 PRIVATE
0005     kioslave.cpp
0006 )
0007 
0008 target_link_libraries(kioslave5
0009    KF5::KIOCore
0010 )
0011 
0012 install(TARGETS kioslave5 DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF} )