1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-16 07:40:49 +01:00

Added the localization files into the bundle

This commit is contained in:
Martin Tůma 2018-02-08 19:50:15 +01:00
parent 84a6f6c875
commit db4a436ff5

View File

@ -213,18 +213,24 @@ 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 \ LOCALE.path = Contents/Resources/locale
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 \ icons/tcx.icns \
icons/kml.icns \ icons/kml.icns \
icons/fit.icns \ icons/fit.icns \
icons/igc.icns \ icons/igc.icns \
icons/nmea.icns \ icons/nmea.icns \
pkg/maps \
pkg/ellipsoids.csv \ pkg/ellipsoids.csv \
pkg/gcs.csv \ pkg/gcs.csv \
pkg/pcs.csv pkg/pcs.csv
APP_RESOURCES.path = Contents/Resources APP_RESOURCES.path = Contents/Resources
QMAKE_BUNDLE_DATA += APP_RESOURCES QMAKE_BUNDLE_DATA += APP_RESOURCES LOCALE
} }
win32 { win32 {
RC_ICONS = icons/gpxsee.ico \ RC_ICONS = icons/gpxsee.ico \