aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install-qt.sh
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-02-13 18:57:17 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2021-02-15 12:58:43 +0000
commite4f3fc826fe7138745c290480634f21268c3a9e3 (patch)
tree745d7926dc96af964901ff568c68c20d3f667a4e /scripts/install-qt.sh
parentc44b7537cc2e50c820445238ee6b139881b23a61 (diff)
qt6: fix install-qt.sh to support the qt5compat module
Change-Id: I2d2ba4ce54b4099b44c2f3124128ec87ac422e93 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'scripts/install-qt.sh')
-rwxr-xr-xscripts/install-qt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install-qt.sh b/scripts/install-qt.sh
index a26d4f3ff..a66ac28b1 100755
--- a/scripts/install-qt.sh
+++ b/scripts/install-qt.sh
@@ -261,6 +261,7 @@ function compute_url(){
REMOTE_BASES=(
# New repository format (>=6.0.0)
"qt6_${VERSION//./}/qt.qt6.${VERSION//./}.${TOOLCHAIN}"
+ "qt6_${VERSION//./}/qt.qt6.${VERSION//./}.${COMPONENT}.${TOOLCHAIN}"
"qt6_${VERSION//./}_${ANDROID_ARCH}/qt.qt6.${VERSION//./}.${TOOLCHAIN}"
"qt6_${VERSION//./}_${ANDROID_ARCH}/qt.qt6.${VERSION//./}.${COMPONENT}.${TOOLCHAIN}"
# New repository format (>=5.9.6)