Warning, /system/ksystemlog/src/config/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 add_library(ksystemlog_config STATIC dummyConfig.cpp)
0003 kconfig_add_kcfg_files(ksystemlog_config ksystemlogConfig.kcfgc)
0004 
0005 target_link_libraries(ksystemlog_config
0006         KF6::ConfigGui
0007 )