summaryrefslogtreecommitdiffstats
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Clone qlitehtml submodule by default"Kai Koehne2021-05-281-1/+0
| | | | | | | | | | | | | | | | | | | This reverts commit 63741ee6e9fd60358f577fbc8077a59e27b0974d. This didn't fix QTBUG-93850, because it doesn't influence the first clone step at all. It just means that every fetch/pull will also fetch the submodules: $ git gpull Fetching submodule src/assistant/qlitehtml Fetching submodule src/assistant/qlitehtml/src/3rdparty/litehtml Successfully rebased and updated refs/heads/dev. This is not needed. It's enough to fetch the sub-repos if the checked out commit changes (the default, "on-demand") Change-Id: I112b4641dbf8f6d9c3ca8c42a8a9b4d5f4211f92 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Clone qlitehtml submodule by defaultKai Köhne2021-05-191-0/+1
| | | | | | | | | | It's required to build, so default to getting it. Fixes: QTBUG-93850 Task-number: QTBUG-92267 Change-Id: I25b0f39ace29b3fb050de3783859a53be57834b4 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Assistant: Add qlitehtml submoduleJarek Kobus2021-04-301-0/+3
Task-number: QTBUG-92267 Change-Id: I2180226c9ace21e647ec48e335d0c5af1676b108 Reviewed-by: Kai Koehne <kai.koehne@qt.io>