summaryrefslogtreecommitdiff
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Use qlitehtml from separate repositoryEike Ziller2021-02-151-3/+3
| | | | | | | | | 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>
* Remove branch specs from submodulesEike Ziller2020-10-011-3/+0
| | | | | | | | We use the registered SHAs, and COIN does funny things with them (doesn't like the '.' at all, since it doesn't replace that with the branch of the parent repository.) Change-Id: Ifeb5ac1fa4bd251018f2c1032b4f1d729731bcc3 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* CMake Build: Add Google Testing 1.10.x as submoduleCristian Adam2020-08-191-0/+4
| | | | | | | Fixes: QTCREATORBUG-24510 Change-Id: I763d72524f2e581671e18bcd9cda42d5bf7bccdf Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Add branches to some submodulesEike Ziller2020-08-171-0/+2
| | | | | | | | | This is to make COIN actually checkout the submodules. Submodules are still checked out with the registered SHA1. Task-number: COIN-566 Change-Id: I1ababe97b6504fcf3b3220d19dd3f035f4517867 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Help: Add litehtml as submodule and optionally use thatEike Ziller2019-09-201-0/+3
| | | | | | Change-Id: I528dd661eb0db92e6252ddba7fa38ab58496611a Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: hjk <hjk@qt.io>
* Add perfparser as a submoduleUlf Hermann2018-12-181-0/+4
| | | | | | | Task-number: QTCREATORBUG-21348 Change-Id: I2f7e4aa97e554d7042db05c952c46ed7ac199dbe Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Adapt Qbs submodule URL4.4Eike Ziller2017-12-121-1/+1
| | | | | | | | | | | It moves to qbs/qbs Developers need to run git submodule sync on existing checkouts once, to fetch the new URL Change-Id: I9d526a0df6f4a3fad56e6998880455e003e96d9a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Ignore dirty working directory for qbs submoduleOrgad Shaneh2013-05-021-0/+1
| | | | | | | | | | | The submodule is mostly used for building against, not for editing. On most cases, its internal status is not interesting, and git scans it for no reason. Change-Id: Ic290bd78fdb6704a15264a022125c99cf006a0db Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Add qbs submoduleOrgad Shaneh2013-03-011-0/+3
Change-Id: I24952ea89519cf37c021d79f480c1ae907789161 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>