1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-26 19:19:16 +02:00

File association stuff

This commit is contained in:
2016-05-02 22:21:57 +02:00
parent 21e7c00f66
commit 97e2215f0b
4 changed files with 9 additions and 2 deletions

View File

@ -72,6 +72,13 @@ TRANSLATIONS = lang/gpxsee_cs.ts
macx {
ICON = icons/gpxsee.icns
QMAKE_INFO_PLIST = Info.plist
APP_RESOURCES.files = icons/gpx.icns \
pkg/maps.txt
APP_RESOURCES.path = Contents/Resources
QMAKE_BUNDLE_DATA += APP_RESOURCES
}
win32 {
RC_ICONS = icons/gpxsee.ico \
icons/gpx.ico
}
win32:RC_ICONS = icons/gpxsee.ico
DEFINES += APP_VERSION=\\\"$$VERSION\\\"