From 5905cd8fa870d94e6f2de09297b34cd256b095e6 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Sat, 1 Jul 2023 19:56:32 +0200 Subject: [PATCH] Update copy_build.cmd --- Installer/copy_build.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installer/copy_build.cmd b/Installer/copy_build.cmd index 7088fcad..3a8a1f0c 100644 --- a/Installer/copy_build.cmd +++ b/Installer/copy_build.cmd @@ -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%\ )