summaryrefslogtreecommitdiffstats
path: root/README
blob: efc31d8674aed0d0b1069dc6b36487877fe0a27a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Polkit-qt
========

What is Polkit-qt?
------------------
Polkit-qt is a library that lets developers use the PolicyKit API through a nice
Qt-styled API. It is mainly a wrapper around QAction and QAbstractButton that
lets you integrate those two component easily with PolicyKit

This directory contains the sources of the library.

Structure
----------

  * cmake/
      Contains the cmake checks that are needed to build the library,
      and a FindPolkitQt.cmake module.

  * .
      Contains the sources of the library


See INSTALL for installation instructions.