diff --git a/gpxsee.pro b/gpxsee.pro index 1017efae..b7782540 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -1,5 +1,5 @@ TARGET = GPXSee -VERSION = 3.2 +VERSION = 3.3 QT += core \ gui \ network diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index b5afb5fb..659e0d10 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -4,7 +4,7 @@ ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "3.2" +!define VERSION "3.3" ; The file to write OutFile "GPXSee-${VERSION}.exe" @@ -130,6 +130,8 @@ Section "QT libs" SEC_QT File "Qt5PrintSupport.dll" File "Qt5Network.dll" File "libGLESv2.dll" + File "libEGL.dll" + File "D3DCompiler_47.dll" File /r "platforms" File /r "imageformats" File /r "printsupport" diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index b26f2b7e..82d3c916 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -4,7 +4,7 @@ ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "3.2" +!define VERSION "3.3" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe" @@ -138,6 +138,8 @@ Section "QT libs" SEC_QT File "Qt5PrintSupport.dll" File "Qt5Network.dll" File "libGLESv2.dll" + File "libEGL.dll" + File "D3DCompiler_47.dll" File /r "platforms" File /r "imageformats" File /r "printsupport"