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

Refactoring

This commit is contained in:
2016-11-02 17:35:26 +01:00
parent 87a4398131
commit 984d3bb6c5
9 changed files with 88 additions and 76 deletions

View File

@ -63,7 +63,8 @@ HEADERS += src/config.h \
src/kmlparser.h \
src/trackdata.h \
src/routedata.h \
src/fitparser.h
src/fitparser.h \
src/format.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -107,7 +108,8 @@ SOURCES += src/main.cpp \
src/csvparser.cpp \
src/coordinates.cpp \
src/kmlparser.cpp \
src/fitparser.cpp
src/fitparser.cpp \
src/format.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx {