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

Added basic PDF export settings

This commit is contained in:
2016-05-24 03:01:22 +02:00
parent b8e404b789
commit 82cbbbb52a
8 changed files with 394 additions and 138 deletions

View File

@ -40,7 +40,9 @@ HEADERS += src/config.h \
src/cpuarch.h \
src/settings.h \
src/app.h \
src/trackinfo.h
src/trackinfo.h \
src/exportdialog.h \
src/fileselectwidget.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \
@ -68,7 +70,9 @@ SOURCES += src/main.cpp \
src/heartrategraph.cpp \
src/range.cpp \
src/app.cpp \
src/trackinfo.cpp
src/trackinfo.cpp \
src/exportdialog.cpp \
src/fileselectwidget.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx {