summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-01-14 14:04:54 +0100
committerEike Ziller <eike.ziller@qt.io>2021-02-15 16:31:49 +0000
commita0500f5b9a0dc9e640831895da49615b7a9ea64b (patch)
tree66210b2c1f98479c9749c8631ba99eaf4389e175 /.gitmodules
parentb865fa5571dbfb96457e243c7e0a2c01e2695fd1 (diff)
downloadqt-creator-a0500f5b9a0dc9e640831895da49615b7a9ea64b.tar.gz
Use qlitehtml from separate repository
qlitehtml moved into its own playground repository, get it from there instead of carrying our copy around. Change-Id: I0e267344e5ccf95f579e4fb239e6789d177d7b78 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 0cc748142f..428e75ff11 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -6,9 +6,9 @@
path = src/tools/perfparser
url = ../perfparser.git
ignore = dirty
-[submodule "litehtml"]
- path = src/plugins/help/qlitehtml/litehtml
- url = https://github.com/litehtml/litehtml.git
[submodule "googletest"]
path = tests/unit/unittest/3rdparty/googletest
url = https://github.com/google/googletest.git
+[submodule "src/libs/qlitehtml"]
+ path = src/libs/qlitehtml
+ url = https://code.qt.io/playground/qlitehtml.git