mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Windows build fixes
This commit is contained in:
parent
eb7220f0c8
commit
0a627feab4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user