aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorChristian Tismer <ctismer@gmail.com>2015-06-10 10:39:52 +0200
committerChristian Tismer <ctismer@gmail.com>2015-06-10 11:34:13 +0200
commitc0a80fb3b6047308617605729738936e2ea28e6f (patch)
treea1bb18e0902798601408930b693b75ebbd2250d0 /.gitmodules
parentb010e68e680438c736ec9b2cee673cda8381b1d5 (diff)
create pyside-tools2 with qt5 branch
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index dc44c6ab8..221a929bf 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,9 +2,6 @@
path = sources/pyside2
url = https://bitbucket.org/ctismer/pyside2
branch = qt5
-[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
@@ -12,3 +9,7 @@
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