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

Added track statistics

This commit is contained in:
2015-10-12 01:12:12 +02:00
parent 5131a9d81d
commit 96e8415e00
15 changed files with 535 additions and 143 deletions

View File

@ -18,7 +18,10 @@ HEADERS += src/config.h \
src/colorshop.h \
src/keys.h \
src/slideritem.h \
src/markeritem.h
src/markeritem.h \
src/infoitem.h \
src/elevationgraph.h \
src/speedgraph.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \
@ -31,7 +34,10 @@ SOURCES += src/main.cpp \
src/poiitem.cpp \
src/colorshop.cpp \
src/slideritem.cpp \
src/markeritem.cpp
src/markeritem.cpp \
src/infoitem.cpp \
src/elevationgraph.cpp \
src/speedgraph.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx:ICON = icons/gpxsee.icns