From 35dea229b43b2e27fe6c303f5a7013f27d19914d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 29 May 2016 19:35:38 +0200 Subject: [PATCH] Fixed printing on Windows XP --- gpxsee.pro | 2 +- pkg/gpxsee.nsi | 3 ++- pkg/gpxsee64.nsi | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gpxsee.pro b/gpxsee.pro index 8cadab7d..4c7bc1d3 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -1,5 +1,5 @@ TARGET = GPXSee -VERSION = 2.14 +VERSION = 2.15 QT += core \ gui \ network diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 62f6afa6..62e63563 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -4,7 +4,7 @@ ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "2.14" +!define VERSION "2.15" ; The file to write OutFile "GPXSee-${VERSION}.exe" @@ -102,6 +102,7 @@ Section "QT libs" SEC_QT File "libGLESv2.dll" File /r "platforms" File /r "imageformats" + File /r "printsupport" SectionEnd diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 701bf284..51f37990 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -4,7 +4,7 @@ ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "2.14" +!define VERSION "2.15" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe" @@ -110,6 +110,7 @@ Section "QT libs" SEC_QT File "libGLESv2.dll" File /r "platforms" File /r "imageformats" + File /r "printsupport" SectionEnd