From b23cc0a4cc0425db276707018779569813e811e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Wed, 27 Oct 2021 20:42:52 +0200 Subject: [PATCH] Added missing core5compat dll file --- pkg/gpxsee64.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index e3332fad..5e225c58 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -221,6 +221,7 @@ Section "QT framework" SEC_QT File "Qt6Sql.dll" File "Qt6Svg.dll" File "Qt6Widgets.dll" + File "Qt6Core5Compat.dll" !else File "Qt5Core.dll" File "Qt5Gui.dll"