Polkit-Qt-0.200.0

Introduction to Polkit-Qt

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

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

Package Information

Polkit-Qt Dependencies

Required

CMake-4.1.3, Polkit-126, and Qt-6.10.1

Installation of Polkit-Qt

Install Polkit-Qt by running the following commands:

cmake -B build -W no-dev           \
      -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      -D QT_MAJOR_VERSION=6

To Build the package, issue:

cmake --build build

This package does not come with a test suite.

Now Install the package, as the root user:

cmake --install build

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