From 59c1aa265312ab7d33f259ca22b9dcef3db7afdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 18 Apr 2021 22:46:58 +0200 Subject: [PATCH] Added missing QtSvg dependency --- pkg/gpxsee.nsi | 1 + pkg/gpxsee64.nsi | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 59d999ff..27be025b 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -190,6 +190,7 @@ Section "QT framework" SEC_QT File "Qt5PrintSupport.dll" File "Qt5Network.dll" File "Qt5Sql.dll" + File "Qt5Svg.dll" File "Qt5Concurrent.dll" File /r "platforms" File /r "imageformats" diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index f210a596..ca13b246 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -200,6 +200,7 @@ Section "QT framework" SEC_QT File "Qt6OpenGLWidgets.dll" File "Qt6PrintSupport.dll" File "Qt6Sql.dll" + File "Qt6Svg.dll" File "Qt6Widgets.dll" !else File "Qt5Core.dll" @@ -208,6 +209,7 @@ Section "QT framework" SEC_QT File "Qt5PrintSupport.dll" File "Qt5Network.dll" File "Qt5Sql.dll" + File "Qt5Svg.dll" File "Qt5Concurrent.dll" File /r "printsupport" !endif @@ -380,4 +382,4 @@ LangString DESC_LOCALIZATION ${LANG_ENGLISH} \ !insertmacro MUI_DESCRIPTION_TEXT ${SEC_MSVC} $(DESC_MSVC) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_APP} $(DESC_APP) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_LOCALIZATION} $(DESC_LOCALIZATION) -!insertmacro MUI_FUNCTION_DESCRIPTION_END \ No newline at end of file +!insertmacro MUI_FUNCTION_DESCRIPTION_END