Warning, /libraries/polkit-qt-1/README is written in an unsupported language. File is not indexed.
0001 Polkit-qt 0002 ======== 0003 0004 What is Polkit-qt? 0005 ------------------ 0006 Polkit-qt is a library that lets developers use the PolicyKit API through a nice 0007 Qt-styled API. It is mainly a wrapper around QAction and QAbstractButton that 0008 lets you integrate those two component easily with PolicyKit 0009 0010 This directory contains the sources of the library. 0011 0012 Structure 0013 ---------- 0014 0015 * cmake/ 0016 Contains the cmake checks that are needed to build the library, 0017 and a FindPolkitQt.cmake module. 0018 0019 * . 0020 Contains the sources of the library 0021 0022 0023 See INSTALL for installation instructions.