From 39a8a144dda87715bed8342828edbbd3eb877168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 21 Sep 2018 01:58:58 +0200 Subject: [PATCH] Addedmissing SQL libs to the Windows installer --- pkg/gpxsee.nsi | 4 +++- pkg/gpxsee64.nsi | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 09fa44fc..a2cad23e 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -153,10 +153,12 @@ Section "QT framework" SEC_QT File "Qt5Widgets.dll" File "Qt5PrintSupport.dll" File "Qt5Network.dll" + File "Qt5Sql.dll" File /r "platforms" File /r "imageformats" File /r "printsupport" File /r "styles" + File /r "sqldrivers" SectionEnd @@ -270,4 +272,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 diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index a7a0859a..dd7ac26a 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -160,10 +160,12 @@ Section "QT framework" SEC_QT File "Qt5Widgets.dll" File "Qt5PrintSupport.dll" File "Qt5Network.dll" + File "Qt5Sql.dll" File /r "platforms" File /r "imageformats" File /r "printsupport" File /r "styles" + File /r "sqldrivers" SectionEnd @@ -273,4 +275,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