KConfig Installation Instructions
Download
git clone git://anongit.kde.org/kconfig.git
Usage
CMake:
find_package(KF5Config) target_link_libraries(yourapp KF5::ConfigCore KF5::ConfigGui)
QMake:
QT += KConfigCore KConfigGui
Usage
KConfig on cgit.kde.org