Warning, /network/kdeconnect-kde/plugins/runcommand/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 kdeconnect_add_plugin(kdeconnect_runcommand SOURCES runcommandplugin.cpp)
0002 target_link_libraries(kdeconnect_runcommand
0003     kdeconnectcore
0004     Qt::DBus
0005     KF6::KCMUtils
0006     KF6::I18n)
0007 
0008 #----------------------
0009 kdeconnect_add_kcm(kdeconnect_runcommand_config SOURCES runcommand_config.cpp)
0010 target_link_libraries(kdeconnect_runcommand_config
0011     kdeconnectcore
0012     kdeconnectpluginkcm
0013     KF6::I18n
0014     KF6::CoreAddons
0015     KF6::ConfigWidgets
0016 )