aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorChristian Tismer <ctismer@gmail.com>2015-09-17 13:00:09 +0200
committerChristian Tismer <ctismer@gmail.com>2015-09-17 13:00:09 +0200
commit344d201ee3d9596f15b2724d13bf04beb5ad76ce (patch)
treeff2f2d0af85b55bc39e8e11b7be0bfa492d35bdf /.gitmodules
parent72a8c88f228c7ce821ba4c027efb9b2c9606b62b (diff)
parentd565814858c58406567e6618aaeea6ccffbf69e9 (diff)
simplify the project structure. "qt5" is replaced by "master".
For the old qt4 version, the old repository should be used.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules24
1 files changed, 12 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules
index e5567f5ab..f23e1853b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
-[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/pyside2"]
+ path = sources/pyside2
+ url=https://github.com/PySide/pyside2.git
+[submodule "sources/shiboken2"]
+ path = sources/shiboken2
+ url=https://github.com/PySide/shiboken2.git
+[submodule "sources/pyside-tools2"]
+ path = sources/pyside-tools2
+ url=https://github.com/PySide/pyside-tools2.git
+[submodule "sources/pyside-examples2"]
+ path = sources/pyside-examples2
+ url=https://github.com/PySide/pyside-examples2.git