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

Added support for tared maps

This commit is contained in:
2017-03-21 01:15:29 +01:00
parent d8477571cc
commit 70ddbe192f
5 changed files with 197 additions and 34 deletions

View File

@ -82,7 +82,8 @@ HEADERS += src/config.h \
src/emptymap.h \
src/ozimap.h \
src/mapdir.h \
src/matrix.h
src/matrix.h \
src/tar.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -140,7 +141,8 @@ SOURCES += src/main.cpp \
src/emptymap.cpp \
src/ozimap.cpp \
src/mapdir.cpp \
src/matrix.cpp
src/matrix.cpp \
src/tar.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts