File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 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 \
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
You can’t perform that action at this time.
0 commit comments