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-05-12 09:03:05 +02:00
parent dcdd250858
commit ee9a8df51f
7 changed files with 142 additions and 103 deletions

View File

@ -39,7 +39,8 @@ HEADERS += src/config.h \
src/range.h \
src/cpuarch.h \
src/settings.h \
src/app.h
src/app.h \
src/trackinfo.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \
@ -66,7 +67,8 @@ SOURCES += src/main.cpp \
src/palette.cpp \
src/heartrategraph.cpp \
src/range.cpp \
src/app.cpp
src/app.cpp \
src/trackinfo.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx {