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:
@ -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\\\"
|
||||
|
Reference in New Issue
Block a user