Files
qt-creator/.gitmodules
Marco Bubke 44565bc39b GoogleTest: Hard wire google tests
There were problems with older google test versions which were found
instead. Now the google test version is always the same and there cannot
be "strange" compile bugs.

Change-Id: Ib3dc74d1abbe369fb37a4ee5616011d8e3696c01
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2023-06-22 10:19:50 +00:00

15 lines
398 B
Plaintext

[submodule "qbs"]
path = src/shared/qbs
url = ../../qbs/qbs.git
ignore = dirty
[submodule "perfparser"]
path = src/tools/perfparser
url = ../perfparser.git
ignore = dirty
[submodule "src/libs/qlitehtml"]
path = src/libs/qlitehtml
url = https://code.qt.io/playground/qlitehtml.git
[submodule "googletest"]
path = src/libs/3rdparty/googletest
url = https://github.com/google/googletest.git