From 6f1f53f487bb8844c53399eaa5fcae1314ac1339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 15 Dec 2024 15:14:23 +0100 Subject: [PATCH] qml structure has changed --- ci/win/build_installer_qt6.iss | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ci/win/build_installer_qt6.iss b/ci/win/build_installer_qt6.iss index 2dfda41d..15ed72d8 100644 --- a/ci/win/build_installer_qt6.iss +++ b/ci/win/build_installer_qt6.iss @@ -61,23 +61,17 @@ Source: Qt6Sql.dll; DestDir: {app} Source: Qt6Svg.dll; DestDir: {app} Source: Qt6ShaderTools.dll; DestDir: {app} - ;Qt Angle Source: opengl32sw.dll; DestDir: {app} Source: D3Dcompiler_47.dll; DestDir: {app} -;Qt QML -Source: QtQml\*; DestDir: {app}\QtQml\; Flags: recursesubdirs -Source: QtQuick\*; DestDir: {app}\QtQuick\; Flags: recursesubdirs - -;Qt5 Compat -Source: Qt5Compat\*; DestDir: {app}\Qt5Compat\; Flags: recursesubdirs - ;Qt PlugIns +Source:generic\*; DestDir: {app}\generic\ Source:iconengines\*; DestDir: {app}\iconengines\ Source:imageformats\*; DestDir: {app}\imageformats\ Source:networkinformation\*; DestDir: {app}\networkinformation\ Source:platforms\*; DestDir: {app}\platforms\ +Source:qml\*; DestDir: {app}\qml\; Flags: recursesubdirs Source:qmltooling\*; DestDir: {app}\qmltooling\ Source:sqldrivers\qsqlite.dll; DestDir: {app}\sqldrivers\ Source:styles\*; DestDir: {app}\styles\