aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: 9d3b083062046326c6a1187ec8cee63210224622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[submodule "sources/pyside2"]
	path = sources/pyside2
    url=https://github.com/PySide/pyside2.git
	branch = qt5
[submodule "sources/shiboken2"]
	path = sources/shiboken2
    url=https://github.com/PySide/shiboken2.git
	branch = qt5
[submodule "sources/pyside-tools2"]
	path = sources/pyside-tools2
    url=https://github.com/PySide/pyside-tools2.git
	branch = qt5
[submodule "sources/pyside-examples2"]
	path = sources/pyside-examples2
    url=https://github.com/PySide/pyside-examples2.git
	branch = qt5