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

Added support for NMEA files

This commit is contained in:
2016-11-16 23:54:15 +01:00
parent e9e7660beb
commit 535361dada
9 changed files with 491 additions and 28 deletions

View File

@ -69,7 +69,8 @@ HEADERS += src/config.h \
src/assert.h \
src/cadencegraph.h \
src/powergraph.h \
src/igcparser.h
src/igcparser.h \
src/nmeaparser.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -119,7 +120,8 @@ SOURCES += src/main.cpp \
src/cadencegraph.cpp \
src/powergraph.cpp \
src/igcparser.cpp \
src/path.cpp
src/path.cpp \
src/nmeaparser.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx {