From 16c95334a0d80a70078033604c445b88a24947ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 4 Nov 2018 01:14:31 +0100 Subject: [PATCH] Added missing QtConcurrent libs to the installers --- pkg/gpxsee.nsi | 3 ++- pkg/gpxsee64.nsi | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 562376d5..e6569821 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -131,6 +131,7 @@ Section "QT framework" SEC_QT File "Qt5PrintSupport.dll" File "Qt5Network.dll" File "Qt5Sql.dll" + File "Qt5Concurrent.dll" File /r "platforms" File /r "imageformats" File /r "printsupport" @@ -251,4 +252,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 58ed5be0..ad3f6cc3 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -138,6 +138,7 @@ Section "QT framework" SEC_QT File "Qt5PrintSupport.dll" File "Qt5Network.dll" File "Qt5Sql.dll" + File "Qt5Concurrent.dll" File /r "platforms" File /r "imageformats" File /r "printsupport" @@ -254,4 +255,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