Polkit-Qt-0.99.0

Introduction to Polkit-Qt

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

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

Package Information

Polkit-Qt Dependencies

Required

polkit-0.102,

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

Prepare the package for compilation:

CMAKE_PREFIX_PATH=$QT4DIR \
    cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX .. &&
make

Now, as the root user:

make install

Command Explanations

CMAKE_PREFIX_PATH=$QT4DIR: This option is set to find automoc4

Contents

Installed Programs: None
Installed Library: libpolkit-qt-agent-1.so, libpolkit-qt-core-1.so, libpolkit-qt-gui-1.so
Installed Directory: None

Last updated on 2011-03-19 18:19:07 +0000