documentation updates for qt-tray

This commit is contained in:
Jaromil 2015-09-08 11:12:45 +02:00
parent 0a14747ccf
commit 7ee4cfd150
3 changed files with 16 additions and 3 deletions

View File

@ -3,9 +3,11 @@ Tomb is designed and written by Denis Roio aka Jaromil.
Tomb includes code by Anathema, Boyska, Hellekin O. Wolf and GDrooid.
Tomber, the Python Tomb wrapper, is written by Reiven.
The Qt5 desktop tray GUI is written by Michele Montecchi.
Tomb's artwork is contributed by Jordi aka Mon Mort and Logan VanCuren.
Python Tomb wrappers are written by Reiven and Boyska.
Artwork is contributed by Jordi aka Mon Mort and Logan VanCuren.
Gettext internationalization and Spanish translation is contributed by
GDrooid, French translation by Hellekin, Russian translation by fsLeg,
@ -22,6 +24,6 @@ Cryptsetup was developed by Christophe Saout and Clemens Fruhwirth.
Tomb includes an implementation of the "Password-Based Key Derivation
Function v2" based on GCrypt and written by Anthony Thyssen.
Tomb's developers can be contacted via GitHub issues on
Tomb developers can be contacted via GitHub issues on
https://www.github.com/dyne/Tomb or over IRC https://irc.dyne.org
channel **#dyne** (or directly over port 9999 with SSL)

View File

@ -132,6 +132,12 @@ To have it change directory `extras/gtk-tray` then
Of cource one can include the launch of tomb-gtk-tray scripts.
### extras/qt-tray
The QT tray adds a tomb tray in a QT desktop toolbar. It requires at
least QT libraries of version 5.4 or above.
Build with 'qmake' and then 'make'.
### extras/kdf-keys
The KDF wrapper programs allows one to use KDF rounds on passwords in

View File

@ -0,0 +1,5 @@
Build with 'qmake' and then 'make'
Requires QT version 5.4 or above