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

Added support for IGC files

This commit is contained in:
2016-11-10 00:08:11 +01:00
parent 9f06b042ca
commit 17c791d753
5 changed files with 247 additions and 6 deletions

View File

@ -68,7 +68,8 @@ HEADERS += src/config.h \
src/path.h \
src/assert.h \
src/cadencegraph.h \
src/powergraph.h
src/powergraph.h \
src/igcparser.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -116,7 +117,8 @@ SOURCES += src/main.cpp \
src/format.cpp \
src/graph.cpp \
src/cadencegraph.cpp \
src/powergraph.cpp
src/powergraph.cpp \
src/igcparser.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx {