From 5994c47d7c6845c71c9c37bf30e9511914a017f4 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sat, 26 Nov 2016 23:53:56 +0100 Subject: NOISSUE add ganalytics and LocalPeer licenses --- libraries/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libraries') diff --git a/libraries/README.md b/libraries/README.md index 9d91d098..cdc72004 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -150,3 +150,11 @@ Library for making only one instance of the application run at all times. BSD licensed, derived from [QtSingleApplication](https://github.com/qtproject/qt-solutions/tree/master/qtsingleapplication). Changes are made to make the code more generic and useful in less usual conditions. + + +## ganalytics +A Google Analytics library for Qt. + +BSD licensed, derived from [qt-google-analytics](https://github.com/HSAnet/qt-google-analytics). + +Modifications include better handling of IP anonymization (can be enabled) and general improvements of the API (application handles persistence and ID generation instead of the library). -- cgit