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

Added support for Trekbuddy atlases

This commit is contained in:
2017-03-26 15:32:55 +02:00
parent bd23120c2c
commit bde3c8cc3d
7 changed files with 335 additions and 13 deletions

View File

@ -83,7 +83,8 @@ HEADERS += src/config.h \
src/offlinemap.h \
src/mapdir.h \
src/matrix.h \
src/tar.h
src/tar.h \
src/atlas.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -142,7 +143,8 @@ SOURCES += src/main.cpp \
src/offlinemap.cpp \
src/mapdir.cpp \
src/matrix.cpp \
src/tar.cpp
src/tar.cpp \
src/atlas.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts