Polkit-tqt is a library that lets developers use the PolicyKit API through a nice TQt-styled interface.
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.
 
 
 
 
Go to file
Michele Calgaro 511a1ddc0f
Use TDE cmake macro to set version
9 months ago
agent Add POLKIT_GOBJECT_LIBRARY_DIRS to the link_directories 11 months ago
core Add POLKIT_GOBJECT_LIBRARY_DIRS to the link_directories 11 months ago
examples Add DBUS_TQT_LIBRARY_DIRS to the link_directories 11 months ago
gui Add POLKIT_GOBJECT_LIBRARY_DIRS to the link_directories 11 months ago
includes/PolkitTQt Conversion of 'agent' library module. 1 year ago
tests Removed empty line at the end of files. 1 year ago
AUTHORS More Qt->TQt conversion and some clean up. 1 year ago
CMakeLists.txt Use TDE cmake macro to set version 9 months ago
COPYING Removed empty line at the end of files. 1 year ago
ConfigureChecks.cmake Removed empty line at the end of files. 1 year ago
INSTALL Updated documentation and clean up. 1 year ago
Mainpage.dox Updated documentation and clean up. 1 year ago
README Updated documentation and clean up. 1 year ago
polkit-tqt-agent.pc.cmake Updated cmake files to allow building the package, although it is just a 1 year ago
polkit-tqt-core.pc.cmake Updated cmake files to allow building the package, although it is just a 1 year ago
polkit-tqt-export.h Removed empty line at the end of files. 1 year ago
polkit-tqt-gui.pc.cmake Updated cmake files to allow building the package, although it is just a 1 year ago
polkit-tqt.pc.cmake Updated cmake files to allow building the package, although it is just a 1 year 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 TQButton that
lets you integrate those two component easily with PolicyKit.

See INSTALL for installation instructions.