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

Added support for QCT maps

This commit is contained in:
2021-11-14 15:08:33 +01:00
parent caae981c6a
commit f63ee64f90
4 changed files with 509 additions and 2 deletions

View File

@ -146,6 +146,7 @@ HEADERS += src/common/config.h \
src/map/mapsforge/mapdata.h \
src/map/mapsforge/rastertile.h \
src/map/mapsforge/subfile.h \
src/map/qctmap.h \
src/map/textpathitem.h \
src/map/textpointitem.h \
src/map/prjfile.h \
@ -339,6 +340,7 @@ SOURCES += src/main.cpp \
src/map/mapsforge/subfile.cpp \
src/map/imgmap.cpp \
src/map/prjfile.cpp \
src/map/qctmap.cpp \
src/map/textpathitem.cpp \
src/map/textpointitem.cpp \
src/map/bsbmap.cpp \