Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kde/polkit-qt-1

Qt wrapper around Polkit-1 client libraries
https://github.com/kde/polkit-qt-1

Last synced: 4 days ago
JSON representation

Qt wrapper around Polkit-1 client libraries

Awesome Lists containing this project

README

        

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.