A simple password manager
Go to file
Martchus ea6d3c6dfc updated project files 2015-08-26 21:12:51 +02:00
android First commit 2015-04-22 19:30:09 +02:00
cli First commit 2015-04-22 19:30:09 +02:00
deprecated First commit 2015-04-22 19:30:09 +02:00
gui replaced signals/slots with Q_SIGNALS/Q_SLOTS 2015-08-25 19:15:27 +02:00
model replaced signals/slots with Q_SIGNALS/Q_SLOTS 2015-08-25 19:15:27 +02:00
qml First commit 2015-04-22 19:30:09 +02:00
quickgui replaced signals/slots with Q_SIGNALS/Q_SLOTS 2015-08-25 19:15:27 +02:00
resources added version, improved release of translations, added creation of 2015-06-24 01:02:27 +02:00
translations removed binary translation files from project directory 2015-07-17 23:54:50 +02:00
util First commit 2015-04-22 19:30:09 +02:00
.gitignore added .directory, docs/ 2015-07-31 01:24:50 +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
general.pri updated project files 2015-08-26 21:12:51 +02:00
main.cpp updated application info 2015-08-25 19:14:49 +02:00
passwordmanager.doxygen First commit 2015-04-22 19:30:09 +02:00
passwordmanager.pro updated project files 2015-08-26 21:12:51 +02: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