~robert-ancell/libaccounts-qt/update-homepage

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
```