From b5fc44c912de387da4867b11ee82db7dbf449553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 15 Dec 2024 12:32:19 +0100 Subject: [PATCH] Let's see if Qt6QmlLocalStorage is really needed --- ci/win/build_installer_qt6.iss | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/win/build_installer_qt6.iss b/ci/win/build_installer_qt6.iss index 2feab94b..12f61049 100644 --- a/ci/win/build_installer_qt6.iss +++ b/ci/win/build_installer_qt6.iss @@ -46,7 +46,6 @@ Source: Qt6Network.dll; DestDir: {app} Source: Qt6OpenGL.dll; DestDir: {app} Source: Qt6OpenGLWidgets.dll; DestDir: {app} Source: Qt6Qml.dll; DestDir: {app} -Source: Qt6QmlLocalStorage.dll; DestDir: {app} Source: Qt6QmlModels.dll; DestDir: {app} Source: Qt6QmlWorkerScript.dll; DestDir: {app} Source: Qt6QmlXmlListModel.dll; DestDir: {app}