From a739f3658a603dabd3c71f31a88ff10a613d6253 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Sat, 6 Jun 2015 21:55:36 +0200 Subject: link to the qt5 shiboken --- .gitmodules | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 9d73859e2..2622ccc64 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,14 @@ -[submodule "sources/shiboken"] - path = sources/shiboken - url = https://git.gitorious.org/pyside/shiboken.git -[submodule "sources/pyside"] +[submodule "sources/pyside2"] path = sources/pyside - url = https://git.gitorious.org/pyside/pyside.git + 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 +[submodule "sources/shiboken2"] + path = sources/shiboken2 + url = https://bitbucket.org/ctismer/shiboken2 + branch = qt5 -- cgit v1.2.3