Polkit-Qt-0.103.0

Introduction to Polkit-Qt

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

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

Package Information

Polkit-Qt Dependencies

Required

automoc4-0.9.88 and Polkit-0.112

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/polkit-qt

Installation of Polkit-Qt

Install Polkit-Qt by running the following commands:

mkdir build &&
cd    build &&

CMAKE_PREFIX_PATH=$QTDIR \
      cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX -Wno-dev .. &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

CMAKE_PREFIX_PATH=$QTDIR: This option is set to find automoc4.

Contents

Installed Programs: none
Installed Libraries: libpolkit-qt-agent-1.so, libpolkit-qt-core-1.so and libpolkit-qt-gui-1.so
Installed Directories: $KDE_PREFIX/include/polkit-qt-1

Last updated on 2014-02-27 20:59:01 -0800