Warning, /network/kio-extras/kcms/netpref/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 kcoreaddons_add_plugin(kcm_netpref INSTALL_NAMESPACE "plasma/kcms/systemsettings_qwidgets") 0002 0003 kcmutils_generate_desktop_file(kcm_netpref) 0004 target_sources(kcm_netpref PRIVATE 0005 netpref.cpp 0006 ../ksaveioconfig.cpp 0007 ) 0008 0009 target_link_libraries(kcm_netpref 0010 PUBLIC 0011 Qt6::DBus 0012 KF6::ConfigCore 0013 KF6::KCMUtils 0014 KF6::KIOCore 0015 KF6::TextWidgets # KPluralHandlingSpinBox 0016 PRIVATE 0017 KF6::I18n 0018 KF6::CoreAddons 0019 )