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

Added support for imperial units

This commit is contained in:
2015-12-19 20:23:07 +01:00
parent 4a2c7b19fb
commit 141226b509
15 changed files with 298 additions and 97 deletions

View File

@ -27,7 +27,8 @@ HEADERS += src/config.h \
src/filebrowser.h \
src/map.h \
src/maplist.h \
src/downloader.h
src/downloader.h \
src/units.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \