Skip to content

📖 Qt-style API for freedesktop.org's AccountsService DBus service

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.FDL
GPL-2.0
LICENSE.GPLv2
LGPL-2.1
LICENSE.LGPLv21
Notifications You must be signed in to change notification settings

hawaii-desktop/qtaccountsservice

Qt Accounts Service

ZenHub.io

IRC Network License GitHub release Build Status Coverity Status GitHub issues Maintained

Qt-style API to use freedesktop.org's AccountsService DBus service.

For more information read here

Dependencies

Qt >= 5.0.0 with at least the following modules is required:

The following modules and their dependencies are required:

Installation

From the root of the repository, run:

mkdir build; cd build
cmake .. -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
make
make install # use sudo if necessary

On the cmake line, you can specify additional configuration parameters:

  • -DCMAKE_INSTALL_PREFIX=/path/to/install (for example, /opt/qtaccountsservice or /usr)
  • -DCMAKE_BUILD_TYPE=<build_type>, where <build_type> is one of:
    • Debug: debug build
    • Release: release build
    • RelWithDebInfo: release build with debugging information

Licensing

Licensed under the terms of the GNU General Public License version 2.1 or, at your option, any later version.