summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-12-09 23:27:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-12-09 23:27:00 +0900
commit416bed9bc124e24cc1351c7d8e5810ca7570a023 (patch)
treefbb25a82365c24f80874fe0d7190533b27a4df3b /README
parent855818127b02c367fb187e67b9bb9b229b916304 (diff)
downloadpolkit-tqt-416bed9bc124e24cc1351c7d8e5810ca7570a023.tar.gz
polkit-tqt-416bed9bc124e24cc1351c7d8e5810ca7570a023.zip
Updated documentation and clean up.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 1 insertions, 14 deletions
diff --git a/README b/README
index 95d301167..471357d96 100644
--- a/README
+++ b/README
@@ -5,19 +5,6 @@ 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
-
-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
-
+lets you integrate those two component easily with PolicyKit.
See INSTALL for installation instructions.