1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
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](https://gitlab.com/accounts-sso/libaccounts-glib).
To build it, run:
```
qmake
make
make install
```
Resources
---------
[API reference documentation](http://accounts-sso.gitlab.io/libaccounts-qt/)
[Official source code repository](https://gitlab.com/accounts-sso/libaccounts-qt)
|