File: README.md

package info (click to toggle)
libaccounts-qt 1.17-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: cpp: 3,286; makefile: 23; sh: 8
file content (30 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (2)
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)