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

Added track scale info

This commit is contained in:
2016-01-14 00:37:51 +01:00
parent 5bd4999205
commit c2391929d3
12 changed files with 256 additions and 35 deletions

View File

@ -28,7 +28,9 @@ HEADERS += src/config.h \
src/map.h \
src/maplist.h \
src/downloader.h \
src/units.h
src/units.h \
src/scaleitem.h \
src/nicenum.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \
@ -49,7 +51,9 @@ SOURCES += src/main.cpp \
src/filebrowser.cpp \
src/map.cpp \
src/maplist.cpp \
src/downloader.cpp
src/downloader.cpp \
src/scaleitem.cpp \
src/nicenum.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx:ICON = icons/gpxsee.icns