Polkit-Qt provides an API to PolicyKit in the Qt environment.
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.
Download (HTTP): https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-0.201.1.tar.xz
Download MD5 sum: 0b255fb033de543c3010ebec33f4d233
Download size: 58 KB
Estimated disk space required: 5.2 MB
Estimated build time: 0.1 SBU
CMake-4.3.1, Polkit-127, and Qt-6.11.0
Install Polkit-Qt by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D QT_MAJOR_VERSION=6 \
-W no-dev .. &&
make
This package does not come with a test suite.
Now, as the root user:
make install
-D
CMAKE_BUILD_TYPE=Release: This switch is used to apply
higher level of the compiler optimizations.