aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-11 12:22:32 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2016-02-12 11:10:57 +0000
commitc6d04d68bd45a74c7ee6fff9a7601e771a91c424 (patch)
tree2cab4a40f635e7641905fc9256589f9ad035b7c1 /.gitmodules
parent2c53e3d08c1c26474946daab0791d6f65657be3c (diff)
add qtgamepad, qtscxml, and qtspeech
Change-Id: I14bc475d44367a9102e896976eba5bd191ee232d Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules18
1 files changed, 18 insertions, 0 deletions
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