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 +++++++----- shiboken2 | 1 + sources/pyside | 1 - sources/shiboken | 1 - sources/shiboken2 | 1 + 5 files changed, 9 insertions(+), 7 deletions(-) create mode 160000 shiboken2 delete mode 160000 sources/pyside delete mode 160000 sources/shiboken create mode 160000 sources/shiboken2 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 diff --git a/shiboken2 b/shiboken2 new file mode 160000 index 000000000..823cc65ec --- /dev/null +++ b/shiboken2 @@ -0,0 +1 @@ +Subproject commit 823cc65ecf87fe2587815d1d61ae3289f9d95839 diff --git a/sources/pyside b/sources/pyside deleted file mode 160000 index a12de51b6..000000000 --- a/sources/pyside +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a12de51b654973d965b1888b4dd3c539422f71db diff --git a/sources/shiboken b/sources/shiboken deleted file mode 160000 index 43857068b..000000000 --- a/sources/shiboken +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 43857068b0706f4a473c5f0a8d8c545ccab89cd9 diff --git a/sources/shiboken2 b/sources/shiboken2 new file mode 160000 index 000000000..823cc65ec --- /dev/null +++ b/sources/shiboken2 @@ -0,0 +1 @@ +Subproject commit 823cc65ecf87fe2587815d1d61ae3289f9d95839 -- cgit v1.2.3