diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 8be71f45..6355ce8b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -295,32 +295,32 @@ depends = qtbase recommends = qtdeclarative path = qtgamepad - url = ../qtgamepad + url = ../qtgamepad.git branch = 5.9 status = addon [submodule "qtscxml"] depends = qtbase qtdeclarative path = qtscxml - url = ../qtscxml + url = ../qtscxml.git branch = 5.9 status = addon [submodule "qtspeech"] depends = qtbase recommends = qtdeclarative qtmultimedia path = qtspeech - url = ../qtspeech + url = ../qtspeech.git branch = 5.9 status = preview [submodule "qtnetworkauth"] depends = qtbase recommends = qtwebview path = qtnetworkauth - url = ../qtnetworkauth + url = ../qtnetworkauth.git branch = 5.9 status = preview [submodule "qtremoteobjects"] depends = qtbase path = qtremoteobjects - url = ../qtremoteobjects + url = ../qtremoteobjects.git branch = 5.9 status = preview |