aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 4aa4a36f35..97286e1e3a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,3 +11,7 @@
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