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

Added support for GPX routes

This commit is contained in:
2016-08-09 01:16:19 +02:00
parent 5912506292
commit dad85e46a7
28 changed files with 853 additions and 296 deletions

View File

@ -47,7 +47,9 @@ HEADERS += src/config.h \
src/graphtab.h \
src/misc.h \
src/trackitem.h \
src/tooltip.h
src/tooltip.h \
src/route.h \
src/routeitem.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \
@ -82,7 +84,9 @@ SOURCES += src/main.cpp \
src/misc.cpp \
src/waypoint.cpp \
src/trackitem.cpp \
src/tooltip.cpp
src/tooltip.cpp \
src/route.cpp \
src/routeitem.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx {