1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-30 22:51:16 +01:00

Added missing OpenGL related libs to Windows package.

Version++.
This commit is contained in:
Martin Tůma 2016-12-06 22:05:26 +01:00
parent 18c501b610
commit 1055c4fd98
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
TARGET = GPXSee TARGET = GPXSee
VERSION = 3.2 VERSION = 3.3
QT += core \ QT += core \
gui \ gui \
network network

View File

@ -4,7 +4,7 @@
; The name of the installer ; The name of the installer
Name "GPXSee" Name "GPXSee"
; Program version ; Program version
!define VERSION "3.2" !define VERSION "3.3"
; The file to write ; The file to write
OutFile "GPXSee-${VERSION}.exe" OutFile "GPXSee-${VERSION}.exe"
@ -130,6 +130,8 @@ Section "QT libs" SEC_QT
File "Qt5PrintSupport.dll" File "Qt5PrintSupport.dll"
File "Qt5Network.dll" File "Qt5Network.dll"
File "libGLESv2.dll" File "libGLESv2.dll"
File "libEGL.dll"
File "D3DCompiler_47.dll"
File /r "platforms" File /r "platforms"
File /r "imageformats" File /r "imageformats"
File /r "printsupport" File /r "printsupport"

View File

@ -4,7 +4,7 @@
; The name of the installer ; The name of the installer
Name "GPXSee" Name "GPXSee"
; Program version ; Program version
!define VERSION "3.2" !define VERSION "3.3"
; The file to write ; The file to write
OutFile "GPXSee-${VERSION}_x64.exe" OutFile "GPXSee-${VERSION}_x64.exe"
@ -138,6 +138,8 @@ Section "QT libs" SEC_QT
File "Qt5PrintSupport.dll" File "Qt5PrintSupport.dll"
File "Qt5Network.dll" File "Qt5Network.dll"
File "libGLESv2.dll" File "libGLESv2.dll"
File "libEGL.dll"
File "D3DCompiler_47.dll"
File /r "platforms" File /r "platforms"
File /r "imageformats" File /r "imageformats"
File /r "printsupport" File /r "printsupport"