mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
File association stuff
This commit is contained in:
parent
21e7c00f66
commit
97e2215f0b
@ -29,7 +29,7 @@
|
|||||||
<string>application/gpx+xml</string>
|
<string>application/gpx+xml</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleTypeIconFile</key>
|
<key>CFBundleTypeIconFile</key>
|
||||||
<string></string>
|
<string>gpx.icns</string>
|
||||||
<key>CFBundleTypeName</key>
|
<key>CFBundleTypeName</key>
|
||||||
<string>GPS Exchange Format</string>
|
<string>GPS Exchange Format</string>
|
||||||
<key>CFBundleTypeRole</key>
|
<key>CFBundleTypeRole</key>
|
||||||
|
@ -72,6 +72,13 @@ TRANSLATIONS = lang/gpxsee_cs.ts
|
|||||||
macx {
|
macx {
|
||||||
ICON = icons/gpxsee.icns
|
ICON = icons/gpxsee.icns
|
||||||
QMAKE_INFO_PLIST = Info.plist
|
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\\\"
|
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||||
|
BIN
icons/gpx.icns
Normal file
BIN
icons/gpx.icns
Normal file
Binary file not shown.
BIN
icons/gpx.ico
Normal file
BIN
icons/gpx.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 361 KiB |
Loading…
Reference in New Issue
Block a user