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

Added support for geocaching.com LOC files

This commit is contained in:
2018-08-08 20:18:08 +02:00
parent 3ce3de119b
commit 6194519b18
4 changed files with 110 additions and 4 deletions

View File

@ -137,7 +137,8 @@ HEADERS += src/config.h \
src/map/mercator.h \
src/map/jnxmap.h \
src/map/krovak.h \
src/GUI/kv.h
src/GUI/kv.h \
src/data/locparser.h
SOURCES += src/main.cpp \
src/common/coordinates.cpp \
src/common/rectc.cpp \
@ -238,7 +239,8 @@ SOURCES += src/main.cpp \
src/map/mercator.cpp \
src/map/jnxmap.cpp \
src/map/krovak.cpp \
src/map/map.cpp
src/map/map.cpp \
src/data/locparser.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \