libauthentication:build-submodule

Last commit made on 2020-06-06
Get this branch:
git clone -b build-submodule https://git.launchpad.net/libauthentication

Branch merges

Branch information

Name:
build-submodule
Repository:
lp:libauthentication

Recent commits

19a6b2c... by Alberto Mardegan

Build: add an option to disable installation of the QML module

When building against a system Qt installation, we would need root
permissions in order to install our QML module in there.

5b403cc... by Alberto Mardegan

Build: do not install qml test

The qmltestcase qmake feature attempts to install the QML tests unless
no_testcase_installs is defined.

d942237... by Alberto Mardegan

Build: fix project name

This variable is unused as of now, but could be used later.

b81de43... by Alberto Mardegan

Build: rename qmake file to libauthentication.pro

This matches the name of the project.

98b93b4... by Alberto Mardegan

build: disable exceptions and RTTI

We are not using either feature.

403070d... by Alberto Mardegan

build: add qmake option to skip building of tests

7a12373... by Alberto Mardegan

tests: use HTML output for gcovr report

f610fa3... by Alberto Mardegan

PluginLoader:remove unused methods

This is a singleton class, the destructor will never be invoked.

901f7c3... by Alberto Mardegan

tests: add test for Authentication::PluginLoader

f8572af... by Alberto Mardegan

tests: rename tst_{,signon_}plugin_loader test

We'll have a test for the PluginLoader in lib/Authentication/.