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

Now using a separate class (RectC) for Coordinates rectangles

This commit is contained in:
2017-06-29 22:29:27 +02:00
parent dca53bc622
commit e48729fc84
18 changed files with 176 additions and 71 deletions

View File

@ -94,7 +94,8 @@ HEADERS += src/config.h \
src/datum.h \
src/maplist.h \
src/albersequal.h \
src/oddspinbox.h
src/oddspinbox.h \
src/rectc.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -162,7 +163,8 @@ SOURCES += src/main.cpp \
src/datum.cpp \
src/maplist.cpp \
src/albersequal.cpp \
src/oddspinbox.cpp
src/oddspinbox.cpp \
src/rectc.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts \