Warning, /plasma-mobile/plasma-phonebook/src/kpeopleactionplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 kcoreaddons_add_plugin (phonebook_kpeople_plugin SOURCES kpeopleactionsplugin.cpp INSTALL_NAMESPACE "kpeople/actions")
0002 
0003 target_link_libraries(phonebook_kpeople_plugin
0004     KF6::CoreAddons
0005     KF6::I18n
0006     KF6::People
0007     KF6::PeopleBackend
0008     KF6::Contacts
0009 )