From 1ff13ee9f800c6b0e450199af5a3e8c96736ae35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 17 Apr 2017 19:56:29 +0200 Subject: [PATCH] Added datum files to packages --- gpxsee.pro | 4 +++- pkg/gpxsee.nsi | 4 +++- pkg/gpxsee64.nsi | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gpxsee.pro b/gpxsee.pro index d8cdba29..007fa18d 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -173,7 +173,9 @@ macx { icons/fit.icns \ icons/igc.icns \ icons/nmea.icns \ - pkg/maps.txt + pkg/maps.txt \ + pkg/ellipsoids.csv \ + pkg/datums.csv APP_RESOURCES.path = Contents/Resources QMAKE_BUNDLE_DATA += APP_RESOURCES } diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index f8994445..c1bf2f27 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -82,6 +82,8 @@ Section "GPXSee" SEC_APP ; Put the files there File "gpxsee.exe" File "maps.txt" + File "ellipsoids.csv" + File "datums.csv" ; Create start menu entry and add links SetShellVarContext all @@ -250,4 +252,4 @@ LangString DESC_APP ${LANG_ENGLISH} \ !insertmacro MUI_DESCRIPTION_TEXT ${SEC_ANGLE} $(DESC_ANGLE) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_MSVC} $(DESC_MSVC) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_APP} $(DESC_APP) -!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 09901972..79f2781b 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -89,6 +89,8 @@ Section "GPXSee" SEC_APP ; Put the files there File "gpxsee.exe" File "maps.txt" + File "ellipsoids.csv" + File "datums.csv" ; Create start menu entry and add links SetShellVarContext all @@ -253,4 +255,4 @@ LangString DESC_APP ${LANG_ENGLISH} \ !insertmacro MUI_DESCRIPTION_TEXT ${SEC_ANGLE} $(DESC_ANGLE) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_MSVC} $(DESC_MSVC) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_APP} $(DESC_APP) -!insertmacro MUI_FUNCTION_DESCRIPTION_END \ No newline at end of file +!insertmacro MUI_FUNCTION_DESCRIPTION_END