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

OS X resources fix + cleanup

This commit is contained in:
2018-02-09 22:25:20 +01:00
parent b9a93d30c0
commit d18c0d1643
2 changed files with 15 additions and 13 deletions

View File

@ -213,24 +213,26 @@ TRANSLATIONS = lang/gpxsee_cs.ts \
macx {
ICON = icons/gpxsee.icns
QMAKE_INFO_PLIST = Info.plist
LOCALE.path = Contents/Resources/locale
LOCALE.path = Contents/Resources/translations
LOCALE.files = lang/gpxsee_cs.qm \
lang/gpxsee_de.qm \
lang/gpxsee_fi.qm \
lang/gpxsee_fr.qm \
lang/gpxsee_ru.qm \
lang/gpxsee_sv.qm
APP_RESOURCES.files = pkg/maps \
icons/tcx.icns \
MAPS.path = Contents/Resources
MAPS.files = pkg/maps
ICONS.path = Contents/Resources/icons
ICONS.files = icons/tcx.icns \
icons/kml.icns \
icons/fit.icns \
icons/igc.icns \
icons/nmea.icns \
pkg/ellipsoids.csv \
icons/nmea.icns
CSV.path = Contents/Resources
CSV.files = pkg/ellipsoids.csv \
pkg/gcs.csv \
pkg/pcs.csv
APP_RESOURCES.path = Contents/Resources
QMAKE_BUNDLE_DATA += APP_RESOURCES LOCALE
QMAKE_BUNDLE_DATA += LOCALE MAPS ICONS CSV
}
win32 {
RC_ICONS = icons/gpxsee.ico \