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.0 platform.

Package Information

Polkit-Qt Dependencies

Required

Qt-4.8.1, polkit-0.105 and pkg-config-0.26

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=$KDE4_PREFIX .. &&
make

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: $KDE4_PREFIX/include/polkit-qt-1

Last updated on 2012-04-15 17:19:58 +0000