Skip to content

Commit 187c1ce

Browse files
committed
Fix issue with the 6.2.2 aqt install-qt command.
1 parent 94bae76 commit 187c1ce

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

tools/ci/get_qt_libs.sh

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,10 @@ else
3434

3535
if [[ -n ${MYAPP_TEMPLATE_QT6-} ]]; then
3636
# https://github.com/miurahr/aqtinstall/issues/126 "Installing smaller subset of the libraries"
37-
python3 -m aqt install-qt --base "${QTSIXMIRROR}" --outputdir $DL_FOLDER/Qt_desktop linux desktop 6.2.2 --archives \
38-
icu \
39-
qtbase \
37+
python3 -m aqt install-qt --base "${QTSIXMIRROR}" --outputdir $DL_FOLDER/Qt_desktop linux desktop 6.2.2 --modules \
4038
qtconnectivity \
41-
qtdeclarative \
42-
qtgraphicaleffects \
4339
qtimageformats \
44-
qtquickcontrols \
45-
qtquickcontrols2 \
46-
qtsvg \
47-
qttools
40+
qt5compat
4841
else
4942
# https://github.com/miurahr/aqtinstall/issues/126 "Installing smaller subset of the libraries"
5043
python3 -m aqt install-qt --base "${QTMIRROR}" --outputdir $DL_FOLDER/Qt_desktop linux desktop 5.15.0 --archives \
@@ -61,9 +54,11 @@ else
6154

6255
# we still need qt6 in order to execute qmlfmt.
6356
# https://github.com/miurahr/aqtinstall/issues/126 "Installing smaller subset of the libraries"
64-
python3 -m aqt install-qt --base "${QTMIRROR}" --outputdir $DL_FOLDER/Qt_desktop linux desktop 6.2.2 --archives \
65-
icu \
66-
qtbase \
57+
#python3 -m aqt install-qt --base "${QTMIRROR}" --outputdir $DL_FOLDER/Qt_desktop linux desktop 6.2.2 --archives \
58+
# icu \
59+
# qtbase \
60+
# qt5compat
61+
python3 -m aqt install-qt --base "${QTMIRROR}" --outputdir $DL_FOLDER/Qt_desktop linux desktop 6.2.2 --modules \
6762
qt5compat
6863
fi
6964

0 commit comments

Comments
 (0)