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

Better Time/Moving Time display approach.

This commit is contained in:
2017-02-05 16:01:54 +01:00
parent 214d7c40dc
commit e6a0eeefcc
5 changed files with 63 additions and 12 deletions

View File

@ -76,7 +76,8 @@ HEADERS += src/config.h \
src/optionsdialog.h \
src/colorbox.h \
src/stylecombobox.h \
src/opengl.h
src/opengl.h \
src/fliplabel.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -130,7 +131,8 @@ SOURCES += src/main.cpp \
src/nmeaparser.cpp \
src/optionsdialog.cpp \
src/colorbox.cpp \
src/stylecombobox.cpp
src/stylecombobox.cpp \
src/fliplabel.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts