
Kconfig provides an advanced configuration system. it is made of two parts: kconfigcore and kconfiggui.
kconfigcore provides access to the configuration files themselves. it features:
- centralized definition: define your configuration in an xml file
and use `kconfig_compiler` to generate classes to read and write
configuration entries.
- lock-down (kiosk) support.
kconfiggui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files.
this package is part of kde frameworks 5.
this package contains the debugging files.