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

File association stuff

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

View File

@ -29,7 +29,7 @@
<string>application/gpx+xml</string>
</array>
<key>CFBundleTypeIconFile</key>
<string></string>
<string>gpx.icns</string>
<key>CFBundleTypeName</key>
<string>GPS Exchange Format</string>
<key>CFBundleTypeRole</key>

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\\\"

BIN
icons/gpx.icns Normal file

Binary file not shown.

BIN
icons/gpx.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB