Polkit-Qt provides an API to PolicyKit in the Qt environment.
![[Note]](../images/note.png) 
          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.200.0.tar.xz
Download MD5 sum: 6f23bc987ea9c49b4ef21983b9d1dc15
Download size: 60 KB
Estimated disk space required: 3.8 MB
Estimated build time: 0.1 SBU
CMake-4.1.2, Polkit-126, and Qt-6.10.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.