aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJuergen Ryannel <juergen@ryannel.org>2019-05-15 15:47:56 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2019-09-02 10:45:17 +0000
commit6752b5f475b266997ec9f1b65920665f466e8d5d (patch)
treee02df8ca423030fad0b8e9a1133844c1aafa8893 /README.md
parent5f259e60542de5061a5ecec163978d4ec85ccbbe (diff)
qt analytics initial importHEADdev
Change-Id: I2a0274b00f848d7eaf698ce3b68cf4f5dfd0a516 Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com> Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9664e2c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# QtAnalytics
+
+A generic analytics module which can work with Google Analytics and Matomo Analytics server.
+
+# Build
+
+ qmake && make && make install
+
+# Usage
+
+Please see the documentation or the example code.