You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michele Calgaro
e8933e99b4
|
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/PolkitTQt1 | 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 | |
Polkittqt-1Config.cmake.in | 3 years ago | |
README | 3 years ago | |
polkit-tqt-1.pc.cmake | 3 years ago | |
polkit-tqt-agent-1.pc.cmake | 3 years ago | |
polkit-tqt-core-1.pc.cmake | 3 years ago | |
polkit-tqt-gui-1.pc.cmake | 3 years ago | |
polkittqt1-export.h | 3 years ago | |
polkittqt1-version.h.cmake | 3 years ago |
README
Polkit-tqt ========== What is Polkit-tqt? ------------------ Polkit-tqt is a library that lets developers use the PolicyKit API through a nice TQt-styled API. It is mainly a wrapper around TQAction and TQAbstractButton 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 FindPolkitTQt.cmake module. * . Contains the sources of the library See INSTALL for installation instructions.