Update copy_build.cmd

This commit is contained in:
DavidXanatos 2023-07-01 19:56:32 +02:00
parent 7132f16cf3
commit 5905cd8fa8
1 changed files with 2 additions and 0 deletions

View File

@ -46,11 +46,13 @@ REM IF %archPath% == Win32 (
copy %qtPath%\bin\Qt5Network.dll %instPath%\
copy %qtPath%\bin\Qt5Widgets.dll %instPath%\
copy %qtPath%\bin\Qt5WinExtras.dll %instPath%\
copy %qtPath%\bin\Qt5Qml.dll %instPath%\
) ELSE (
copy %qtPath%\bin\Qt6Core.dll %instPath%\
copy %qtPath%\bin\Qt6Gui.dll %instPath%\
copy %qtPath%\bin\Qt6Network.dll %instPath%\
copy %qtPath%\bin\Qt6Widgets.dll %instPath%\
copy %qtPath%\bin\Qt6Qml.dll %instPath%\
)