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

Added slider info

This commit is contained in:
2015-10-17 01:33:02 +02:00
parent da81839529
commit c21ef0b587
20 changed files with 127 additions and 25 deletions

View File

@ -21,7 +21,8 @@ HEADERS += src/config.h \
src/markeritem.h \
src/infoitem.h \
src/elevationgraph.h \
src/speedgraph.h
src/speedgraph.h \
src/sliderinfoitem.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \
@ -37,7 +38,8 @@ SOURCES += src/main.cpp \
src/markeritem.cpp \
src/infoitem.cpp \
src/elevationgraph.cpp \
src/speedgraph.cpp
src/speedgraph.cpp \
src/sliderinfoitem.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx:ICON = icons/gpxsee.icns