kconfig-6.1.0 for lxqt

Introduction to kconfig

The kconfig package provides access to configuration files.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

[Important]

Important

This package is extracted from the KF6 set of packages. If KDE Frameworks-6.1.0 is built, do NOT also build this package as presented here.

Package Information

kconfig Dependencies

Required

extra-cmake-modules-6.1.0 and Qt-6.7.0

Installation of kconfig

Install kconfig by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      -D BUILD_TESTING=OFF         \
      -W no-dev ..                 &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: kreadconfig6 and kwriteconfig6
Installed Library: libKF6ConfigCore.so, libKF6ConfigGui.so, and libKF6ConfigQml.so
Installed Directories: /usr/lib/libexec/kf6, /usr/lib/qml/org/kde/config, /usr/lib/cmake/KF6Config, and /usr/include/KF6/{KConfigCore,KConfig,KConfigQml,KConfigGui}

Short Descriptions

kreadconfig6

reads a configuration file using the KConfig interface

kwriteconfig6

writes to a configuration file using the KConfig interface

libKF6ConfigCore.so

contains the core configuration library for KF6

libKF6ConfigGui.so

contains functions for a GUI for KConfig

libKF6ConfigQml.so

contains a QML interface to KConfig