From 75752af7432dd6d9dadbd3ff74170ca24ade705c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 15 Dec 2024 13:32:41 +0100 Subject: [PATCH] Update the dlls that need to be included --- ci/win/build_installer_qt6.iss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ci/win/build_installer_qt6.iss b/ci/win/build_installer_qt6.iss index 12f61049..2dfda41d 100644 --- a/ci/win/build_installer_qt6.iss +++ b/ci/win/build_installer_qt6.iss @@ -47,21 +47,19 @@ Source: Qt6OpenGL.dll; DestDir: {app} Source: Qt6OpenGLWidgets.dll; DestDir: {app} Source: Qt6Qml.dll; DestDir: {app} Source: Qt6QmlModels.dll; DestDir: {app} +Source: Qt6QmlMeta.dll; DestDir: {app} Source: Qt6QmlWorkerScript.dll; DestDir: {app} -Source: Qt6QmlXmlListModel.dll; DestDir: {app} Source: Qt6Quick.dll; DestDir: {app} +Source: Qt6QuickEffects.dll; DestDir: {app} Source: Qt6QuickControls2.dll; DestDir: {app} Source: Qt6QuickControls2Impl.dll; DestDir: {app} -Source: Qt6QuickDialogs2.dll; DestDir: {app} -Source: Qt6QuickDialogs2QuickImpl.dll; DestDir: {app} -Source: Qt6QuickDialogs2Utils.dll; DestDir: {app} Source: Qt6QuickLayouts.dll; DestDir: {app} -Source: Qt6QuickParticles.dll; DestDir: {app} Source: Qt6QuickShapes.dll; DestDir: {app} Source: Qt6QuickTemplates2.dll; DestDir: {app} Source: Qt6QuickWidgets.dll; DestDir: {app} Source: Qt6Sql.dll; DestDir: {app} Source: Qt6Svg.dll; DestDir: {app} +Source: Qt6ShaderTools.dll; DestDir: {app} ;Qt Angle