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

See INSTALL for installation instructions.