aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules21
1 files changed, 9 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules
index 221a929bf..e5567f5ab 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,15 +1,12 @@
-[submodule "sources/pyside2"]
- path = sources/pyside2
- url = https://bitbucket.org/ctismer/pyside2
- branch = qt5
+[submodule "sources/shiboken"]
+ path = sources/shiboken
+ url = https://github.com/PySide/shiboken.git
+[submodule "sources/pyside"]
+ path = sources/pyside
+ url = https://github.com/PySide/pyside.git
+[submodule "sources/pyside-tools"]
+ path = sources/pyside-tools
+ url = https://github.com/PySide/Tools.git
[submodule "sources/pyside-examples"]
path = sources/pyside-examples
url = https://github.com/PySide/Examples.git
-[submodule "sources/shiboken2"]
- path = sources/shiboken2
- url = https://bitbucket.org/ctismer/shiboken2
- branch = qt5
-[submodule "sources/pyside-tools2"]
- path = sources/pyside-tools2
- url = https://bitbucket.org/ctismer/pyside-tools2
- branch = qt5