Go to file
rtlhq 263338f8ea changed debian/source/format to native 2022-12-28 14:40:32 +08:00
Accounts Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
debian changed debian/source/format to native 2022-12-28 14:40:32 +08:00
doc changed debian/source/format to native 2022-12-28 14:40:32 +08:00
tests Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
.gitlab-ci.yml Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
.qmake.conf Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
COPYING Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
INSTALL Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
NOTES Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
README.md Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
TODO Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
accounts-qt.pro Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
common-installs-config.pri Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
common-pkgconfig.pri Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
common-project-config.pri Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
common-vars.pri Import Upstream version 1.16 2022-09-24 22:51:38 +08:00
coverage.pri Import Upstream version 1.16 2022-09-24 22:51:38 +08:00

README.md

Accounts management library for Qt applications

This project is a library for managing accounts which can be used from Qt applications. It is part of the @accounts-sso project.

License

See COPYING file.

Build instructions

The project depends on Qt 5 and libaccounts-glib. To build it, run:

qmake
make
make install

Resources

API reference documentation

Official source code repository