Feature #1471 ยป 0093-installer_cross-Add-Qt6Svg.dll-to-Qt6-client-install.patch
| 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 | ||