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

Added support for ozf2 files

This commit is contained in:
2017-04-14 22:39:33 +02:00
parent 75bd388be0
commit ccf91bb29f
6 changed files with 234 additions and 8 deletions

View File

@ -91,7 +91,8 @@ HEADERS += src/config.h \
src/latlon.h \
src/utm.h \
src/lambertconic.h \
src/ellipsoid.h
src/ellipsoid.h \
src/ozf.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -156,7 +157,8 @@ SOURCES += src/main.cpp \
src/transversemercator.cpp \
src/utm.cpp \
src/lambertconic.cpp \
src/ellipsoid.cpp
src/ellipsoid.cpp \
src/ozf.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts