set(ksystemlog_config_SRCS
	dummyConfig.cpp
)

kconfig_add_kcfg_files(ksystemlog_config_SRCS ksystemlogConfig.kcfgc)

add_library(ksystemlog_config STATIC ${ksystemlog_config_SRCS})

target_link_libraries(ksystemlog_config
        KF5::ConfigGui
)
