aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2021-06-07 15:31:55 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2021-06-08 07:20:47 +0300
commit09cd89e6fa072be0bf274a6a233153b1633761a5 (patch)
tree148812c380542dffeaf58b2039fda57b8fcbe7ca
parent377f331fde9cdc009378743bdf0fd5b171fd2241 (diff)
update-qt6-modules: handle qttools submodules
QtTools has two submodules that need special case in the update script. Change-Id: I7a6c09849848b93767b51a39a7e36c53edd52459 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-rwxr-xr-xscripts/update-qt6-modules.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/update-qt6-modules.sh b/scripts/update-qt6-modules.sh
index 2bb06df8..5c986b31 100755
--- a/scripts/update-qt6-modules.sh
+++ b/scripts/update-qt6-modules.sh
@@ -68,6 +68,15 @@ for S in $SHA1S; do
elif [ "${PROJECT}" = "qtlocation/src/3rdparty/mapbox-gl-native" ]; then
RECIPE="qtlocation"
TAG="SRCREV_qtlocation-mapboxgl"
+ elif [ "${PROJECT}" = "qttools" ]; then
+ RECIPE="qttools"
+ TAG="SRCREV_qttools"
+ elif [ "${PROJECT}" = "qttools/src/assistant/qlitehtml" ]; then
+ RECIPE="qttools"
+ TAG="SRCREV_qlitehtml"
+ elif [ "${PROJECT}" = "qttools/src/assistant/qlitehtml/src/3rdparty/litehtml" ]; then
+ RECIPE="qttools"
+ TAG="SRCREV_litehtml"
else
RECIPE="${PROJECT}"
TAG="SRCREV"