Project

General

Profile

Feature #2147 ยป 0029-meson-build_all_installers.sh-Don-t-build-Qt6x-insta.patch

Marko Lindqvist, 08/18/2026 01:26 AM

View differences:

platforms/windows/installer_cross/meson-build_all_installers.sh
QT6="Success"
fi
if test "${CROSSER_QT6}" != "yes" ; then
QT7="N/A"
elif ! ./meson-installer_build.sh "${DLLSPATH}" qt6x ; then
RET=1
QT7="Fail"
else
QT7="Success"
fi
# sdl2-client comes with gtk4 modpack installer
if test "${CROSSER_GTK4}" != "yes" ; then
SDL2="N/A"
......
echo "Gtk3.22: ${GTK322}"
echo "Gtk4: ${GTK4}"
echo "Qt6: ${QT6}"
echo "Qt6x: ${QT7}"
echo "Sdl2: ${SDL2}"
echo "Ruledit: ${RULEDIT}"
    (1-1/1)