Project

General

Profile

Feature #1471 ยป 0093-installer_cross-Add-Qt6Svg.dll-to-Qt6-client-install.patch

Marko Lindqvist, 05/29/2025 04:49 AM

View differences:

platforms/windows/installer_cross/meson-installer_build.sh
cp "${SRC_DIR}/helpers/installer-helper-qt.cmd" $2/bin/installer-helper.cmd
}
add_qt6_client_env() {
cp $1/bin/Qt6Svg.dll $2/
}
add_sdl2_env() {
cp $1/bin/SDL2_image.dll $2/ &&
cp $1/bin/SDL2_ttf.dll $2/
......
exit 1
fi
case $GUI in
case "${GUI}" in
gtk3.22)
if ! add_gtk3_env "${DLLSPATH}" "${INSTDIR}" ; then
echo "Copying gtk3 environment failed!" >&2
......
echo "Copying Qt6 environment failed!" >&2
exit 1
fi
if ! add_qt6_client_env "${DLLSPATH}" "${INSTDIR}" ; then
echo "Copying Qt6 client environment failed!" >&2
exit 1
fi
;;
esac
    (1-1/1)