A simple password manager
Go to file
Martchus e890b37459 Add required icons 2016-07-16 23:13:06 +02:00
android First commit 2015-04-22 19:30:09 +02:00
cli Use workaround for GCC Bug 66145 2016-06-14 22:57:39 +02:00
gui Improve saving and restoring geometry 2016-07-16 23:12:53 +02:00
model Change usage of DECLARE_ENUM macro 2016-07-11 22:10:16 +02:00
qml added simple CMake project file 2015-12-05 22:52:00 +01:00
quickgui overall cleanup 2016-04-25 22:06:24 +02:00
resources reduce code duplication in build system 2016-04-16 00:51:52 +02:00
translations Use workaround for GCC Bug 66145 2016-06-14 22:57:39 +02:00
util fixed includes 2015-09-06 20:33:09 +02:00
.gitignore ignore *.txt.user files 2016-01-25 19:10:34 +01:00
CMakeLists.txt Add required icons 2016-07-16 23:13:06 +02:00
LICENSE Initial commit 2015-04-22 19:14:53 +02:00
README.md fixed spelling mistake 2015-08-26 21:12:43 +02:00
main.cpp Provide bash completion 2016-07-04 23:29:49 +02:00

README.md

passwordmanager

A simple password manager.

Build instructions

The Password Manager depends on c++utilities, qtutilities and passwordfile and is built in the same way as these libaries.

The following Qt 5 modules are requried when building with Qt GUI support: core gui widgets