qtkeychain-0.15.0

Introduction to qtkeychain

This package provides a Qt API to store passwords and other secret data securely.

[Note]

Note

This package is known to build and work properly using an LFS 13.0 platform.

Package Information

qtkeychain Dependencies

Required

Qt-6.10.2

Installation of qtkeychain

Install qtkeychain by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=$QT6DIR \
      -D CMAKE_BUILD_TYPE=Release     \
      -D BUILD_WITH_QT6=ON            \
      -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: None
Installed Libraries: libqt6keychain.so
Installed Directories: $QT6DIR/include/qt6keychain, $QT6DIR/lib/cmake/Qt6Keychain, and $QT6DIR/share/qt6keychain