aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: 97286e1e3a6d44c8393f93d41d6d2263f9931f1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[submodule "qbs"]
	path = src/shared/qbs
	url = ../../qbs/qbs.git
	ignore = dirty
[submodule "perfparser"]
	path = src/tools/perfparser
	url = ../perfparser.git
	ignore = dirty
	branch = .
[submodule "litehtml"]
	path = src/plugins/help/qlitehtml/litehtml
	url = https://github.com/litehtml/litehtml.git
	branch = master
[submodule "googletest"]
	path = tests/unit/unittest/3rdparty/googletest
	url = https://github.com/google/googletest.git
	branch = v1.10.x