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

Added cadence and power graphs

This commit is contained in:
2016-11-06 03:28:08 +01:00
parent aac9bf024b
commit 8a90a736d2
15 changed files with 469 additions and 184 deletions

View File

@ -66,7 +66,9 @@ HEADERS += src/config.h \
src/fitparser.h \
src/format.h \
src/path.h \
src/assert.h
src/assert.h \
src/cadencegraph.h \
src/powergraph.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -112,7 +114,9 @@ SOURCES += src/main.cpp \
src/kmlparser.cpp \
src/fitparser.cpp \
src/format.cpp \
src/graph.cpp
src/graph.cpp \
src/cadencegraph.cpp \
src/powergraph.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx {