1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-27 21:24:47 +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
VERSION = 3.2
VERSION = 3.3
QT += core \
gui \
network

View File

@ -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"

View File

@ -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"