From c6d04d68bd45a74c7ee6fff9a7601e771a91c424 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 11 Feb 2016 12:22:32 +0100 Subject: [PATCH] add qtgamepad, qtscxml, and qtspeech Change-Id: I14bc475d44367a9102e896976eba5bd191ee232d Reviewed-by: Jani Heikkinen --- .gitmodules | 18 ++++++++++++++++++ qtgamepad | 1 + qtscxml | 1 + qtspeech | 1 + 4 files changed, 21 insertions(+) create mode 160000 qtgamepad create mode 160000 qtscxml create mode 160000 qtspeech diff --git a/.gitmodules b/.gitmodules index 8c304a32..06b254e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -281,3 +281,21 @@ url = ../qtvirtualkeyboard.git branch = dev initrepo = true +[submodule "qtgamepad"] + depends = qtbase + recommends = qtdeclarative + path = qtgamepad + url = ../qtgamepad + branch = dev + initrepo = true +[submodule "qtscxml"] + depends = qtbase qtdeclarative + path = qtscxml + url = ../qtscxml + branch = dev + initrepo = true +[submodule "qtspeech"] + depends = qtbase + path = qtspeech + url = ../qtspeech + branch = dev diff --git a/qtgamepad b/qtgamepad new file mode 160000 index 00000000..632a77b9 --- /dev/null +++ b/qtgamepad @@ -0,0 +1 @@ +Subproject commit 632a77b9cf719e69dc122d44a9bb9b17db81f4e3 diff --git a/qtscxml b/qtscxml new file mode 160000 index 00000000..095f3203 --- /dev/null +++ b/qtscxml @@ -0,0 +1 @@ +Subproject commit 095f32036aa31d8cc05e9c608858ec0fd57d23fb diff --git a/qtspeech b/qtspeech new file mode 160000 index 00000000..ca8768b9 --- /dev/null +++ b/qtspeech @@ -0,0 +1 @@ +Subproject commit ca8768b90c07bff5804b1fbb704041a4472f65e9