Feature #1485 ยป 0096-installer_cross-Add-qsvg.dll-plugin-to-Qt6-client-in.patch
platforms/windows/installer_cross/meson-installer_build.sh | ||
---|---|---|
}
|
||
add_qt6_client_env() {
|
||
cp $1/bin/Qt6Svg.dll $2/
|
||
cp $1/bin/Qt6Svg.dll $2/ &&
|
||
cp $1/plugins/imageformats/qsvg.dll $2/plugins/imageformats/
|
||
}
|
||
add_sdl2_env() {
|