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

Added statistics window

This commit is contained in:
2018-07-21 16:13:18 +02:00
parent 79388aa753
commit 531eb256f1
8 changed files with 105 additions and 21 deletions

View File

@ -132,7 +132,8 @@ HEADERS += src/config.h \
src/map/geocentric.h \
src/map/mercator.h \
src/map/jnxmap.h \
src/map/krovak.h
src/map/krovak.h \
src/GUI/kv.h
SOURCES += src/main.cpp \
src/common/coordinates.cpp \
src/common/rectc.cpp \