1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Windows build fixes

This commit is contained in:
Martin Tůma 2021-10-10 12:44:49 +02:00
parent eb7220f0c8
commit 0a627feab4
4 changed files with 4 additions and 1 deletions

View File

@ -48,6 +48,7 @@ build_script:
xcopy pkg\csv installer\csv /i
xcopy pkg\maps installer\maps /i
xcopy lang\*.qm installer\translations\ /sy
xcopy icons\symbols installer\symbols /i
copy licence.txt installer
copy %OPENSSLDIR%\%LIBCRYPTO% installer
copy %OPENSSLDIR%\%LIBSSL% installer

View File

@ -453,7 +453,7 @@ macx {
}
win32 {
RC_ICONS = icons/app/*.ico \
RC_ICONS = icons/app/gpxsee.ico \
$$file(icons/formats/*.ico)
DEFINES += _USE_MATH_DEFINES \
NOGDI

View File

@ -85,6 +85,7 @@ Section "GPXSee" SEC_APP
File "gpxsee.exe"
File /r "maps"
File /r "csv"
File /r "symbols"
; Create the uninstaller
WriteUninstaller "$INSTDIR\uninstall.exe"

View File

@ -92,6 +92,7 @@ Section "GPXSee" SEC_APP
File "gpxsee.exe"
File /r "maps"
File /r "csv"
File /r "symbols"
; Create the uninstaller
WriteUninstaller "$INSTDIR\uninstall.exe"