From 2c53e3d08c1c26474946daab0791d6f65657be3c Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 20 Jan 2016 15:11:51 +0200 Subject: Add charts, data visualization and virtual keyboard modules Change-Id: I53cbc4ce3c2e44687ce454498f5def820614db85 Reviewed-by: Simon Hausmann --- .gitmodules | 21 +++++++++++++++++++++ qtcharts | 1 + qtdatavis3d | 1 + qtvirtualkeyboard | 1 + 4 files changed, 24 insertions(+) create mode 160000 qtcharts create mode 160000 qtdatavis3d create mode 160000 qtvirtualkeyboard diff --git a/.gitmodules b/.gitmodules index f7c1926a..8c304a32 100644 --- a/.gitmodules +++ b/.gitmodules @@ -260,3 +260,24 @@ url = ../qtpurchasing.git branch = dev initrepo = true +[submodule "qtcharts"] + depends = qtbase + recommends = qtdeclarative qtmultimedia + path = qtcharts + url = ../qtcharts.git + branch = dev + initrepo = true +[submodule "qtdatavis3d"] + depends = qtbase + recommends = qtdeclarative + path = qtdatavis3d + url = ../qtdatavis3d.git + branch = dev + initrepo = true +[submodule "qtvirtualkeyboard"] + depends = qtbase qtdeclarative qtsvg + recommends = qtmultimedia qtquickcontrols + path = qtvirtualkeyboard + url = ../qtvirtualkeyboard.git + branch = dev + initrepo = true diff --git a/qtcharts b/qtcharts new file mode 160000 index 00000000..18b59621 --- /dev/null +++ b/qtcharts @@ -0,0 +1 @@ +Subproject commit 18b5962194a7d4b32362957ed2fc3cb6f5c383ba diff --git a/qtdatavis3d b/qtdatavis3d new file mode 160000 index 00000000..c7752afb --- /dev/null +++ b/qtdatavis3d @@ -0,0 +1 @@ +Subproject commit c7752afb91f2aa7038a65c3c8eb58a5195b357b7 diff --git a/qtvirtualkeyboard b/qtvirtualkeyboard new file mode 160000 index 00000000..765cfb5c --- /dev/null +++ b/qtvirtualkeyboard @@ -0,0 +1 @@ +Subproject commit 765cfb5c8aa29fb2fe8a5af7acd15ee9b52ae8b3 -- cgit v1.2.3