Polkit-Qt-0.201.1

Introduction to Polkit-Qt

Polkit-Qt provides an API to PolicyKit in the Qt environment.

[Note]

Note

This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.

Package Information

Polkit-Qt Dependencies

Required

CMake-4.4.2, Polkit-127, and Qt-6.11.2

Installation of Polkit-Qt

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-author .. &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

-D CMAKE_BUILD_TYPE=Release: This switch is used to apply higher level of the compiler optimizations.

Contents

Installed Programs: none
Installed Libraries: libpolkit-qt6-agent-1.so, libpolkit-qt6-core-1.so, and libpolkit-qt6-gui-1.so
Installed Directories: /usr/include/polkit-qt6-1 and /usr/lib/cmake/PolkitQt6-1