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

Code cleanup

This commit is contained in:
2016-03-27 13:23:00 +02:00
parent b7f3a64577
commit c9b5e0f2cb
13 changed files with 155 additions and 138 deletions

View File

@ -34,7 +34,8 @@ HEADERS += src/config.h \
src/trackpoint.h \
src/waypointitem.h \
src/palette.h \
src/heartrategraph.h
src/heartrategraph.h \
src/range.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \
@ -59,7 +60,8 @@ SOURCES += src/main.cpp \
src/graphview.cpp \
src/waypointitem.cpp \
src/palette.cpp \
src/heartrategraph.cpp
src/heartrategraph.cpp \
src/range.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx:ICON = icons/gpxsee.icns