A simple password manager
Go to file
Martchus 020f2b7992 updated version 2015-12-27 21:38:25 +01:00
android First commit 2015-04-22 19:30:09 +02:00
cli fixed includes 2015-09-06 20:33:09 +02:00
deprecated First commit 2015-04-22 19:30:09 +02:00
gui show path when asking for password 2015-12-19 01:34:12 +01:00
model added simple CMake project file 2015-12-05 22:52:00 +01:00
qml added simple CMake project file 2015-12-05 22:52:00 +01:00
quickgui improved project files 2015-12-08 08:37:18 +01:00
resources added resources 2015-12-13 20:46:25 +01:00
translations removed binary translation files from project directory 2015-07-17 23:54:50 +02:00
util fixed includes 2015-09-06 20:33:09 +02:00
.gitignore added .directory, docs/ 2015-07-31 01:24:50 +02:00
CMakeLists.txt updated version 2015-12-27 21:38:25 +01: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
general.pri disable new ABI (can't catch ios_base::failure with new ABI) 2015-12-13 20:46:32 +01:00
main.cpp improved project files 2015-12-08 08:37:18 +01:00
passwordmanager.doxygen First commit 2015-04-22 19:30:09 +02:00
passwordmanager.pro updated version 2015-12-27 21:38:25 +01:00
translations.pri improved project config 2015-07-18 00:37:09 +02:00
windowsicon.pri fix 2015-07-31 01:31:45 +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