mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Read basic details from dive computer
Added classes for reading data from dive computer. This is at the basic level and I will expand it as I go along. Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com> Signed-off-by: Thiago Macieira <thiago@macieira.org>
This commit is contained in:
parent
791fbee260
commit
a7c9b25b05
6 changed files with 212 additions and 2 deletions
|
|
@ -87,7 +87,8 @@ HEADERS = \
|
|||
qt-ui/divelogexportdialog.h \
|
||||
qt-ui/usersurvey.h \
|
||||
subsurfacesysinfo.h \
|
||||
qt-ui/configuredivecomputerdialog.h
|
||||
qt-ui/configuredivecomputerdialog.h \
|
||||
qt-ui/configuredivecomputer.h \
|
||||
|
||||
android: HEADERS -= \
|
||||
qt-ui/usermanual.h \
|
||||
|
|
@ -167,7 +168,8 @@ SOURCES = \
|
|||
qt-ui/divelogexportdialog.cpp \
|
||||
qt-ui/usersurvey.cpp \
|
||||
subsurfacesysinfo.cpp \
|
||||
qt-ui/configuredivecomputerdialog.cpp
|
||||
qt-ui/configuredivecomputerdialog.cpp \
|
||||
qt-ui/configuredivecomputer.cpp
|
||||
|
||||
android: SOURCES += android.cpp
|
||||
else: linux*: SOURCES += linux.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue