summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2020-08-19 13:45:48 +0200
committerCristian Adam <cristian.adam@qt.io>2020-08-19 15:50:37 +0000
commitd6c3846ab1c26ba6a1e6aea7df6e2119d50e9d4b (patch)
tree1379a7340a4d12056baa780dbcfbf95952a6efbb /.gitmodules
parenteb0d2518f9dac0a862ddc0847aa570bac1c347d0 (diff)
downloadqt-creator-d6c3846ab1c26ba6a1e6aea7df6e2119d50e9d4b.tar.gz
CMake Build: Add Google Testing 1.10.x as submodule
Fixes: QTCREATORBUG-24510 Change-Id: I763d72524f2e581671e18bcd9cda42d5bf7bccdf Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
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