You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |
3 years ago | |
---|---|---|
agent | 3 years ago | |
cmake | 3 years ago | |
core | 3 years ago | |
debian | 3 years ago | |
examples | 3 years ago | |
gui | 3 years ago | |
includes/PolkitQt1 | 3 years ago | |
test | 3 years ago | |
AUTHORS | 3 years ago | |
CMakeLists.txt | 3 years ago | |
COPYING | 3 years ago | |
INSTALL | 3 years ago | |
Mainpage.dox | 3 years ago | |
PolkitQt-1Config.cmake.in | 3 years ago | |
README | 3 years ago | |
README.porting | 3 years ago | |
TODO | 3 years ago | |
polkit-qt-1.pc.cmake | 3 years ago | |
polkit-qt-agent-1.pc.cmake | 3 years ago | |
polkit-qt-core-1.pc.cmake | 3 years ago | |
polkit-qt-gui-1.pc.cmake | 3 years ago | |
polkitqt1-export.h | 3 years ago | |
polkitqt1-version.h.cmake | 3 years ago |
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.