mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Export to DiveShare
Adds the possibility of exporting dives to DiveShare. Signed-off-by: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
64d1ccc550
commit
4cdb80c4cd
8 changed files with 469 additions and 4 deletions
|
@ -99,7 +99,8 @@ HEADERS = \
|
|||
qt-ui/statistics/monthstatistics.h \
|
||||
qt-ui/statistics/statisticswidget.h \
|
||||
qt-ui/statistics/statisticsbar.h \
|
||||
qt-ui/statistics/yearstatistics.h
|
||||
qt-ui/statistics/yearstatistics.h \
|
||||
qt-ui/diveshareexportdialog.h
|
||||
|
||||
android: HEADERS -= \
|
||||
qt-ui/usermanual.h \
|
||||
|
@ -188,7 +189,8 @@ SOURCES = \
|
|||
qt-ui/statistics/statisticswidget.cpp \
|
||||
qt-ui/statistics/yearstatistics.cpp \
|
||||
qt-ui/statistics/statisticsbar.cpp \
|
||||
qt-ui/statistics/monthstatistics.cpp
|
||||
qt-ui/statistics/monthstatistics.cpp \
|
||||
qt-ui/diveshareexportdialog.cpp
|
||||
|
||||
android: SOURCES += android.cpp
|
||||
else: win32: SOURCES += windows.c
|
||||
|
@ -222,7 +224,8 @@ FORMS = \
|
|||
qt-ui/usersurvey.ui \
|
||||
qt-ui/divecomponentselection.ui \
|
||||
qt-ui/configuredivecomputerdialog.ui \
|
||||
qt-ui/tagfilter.ui
|
||||
qt-ui/tagfilter.ui \
|
||||
qt-ui/diveshareexportdialog.ui
|
||||
|
||||
# Nether usermanual or printing is supported on android right now
|
||||
android: FORMS -= qt-ui/printoptions.ui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue