summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2014-05-23 21:49:49 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-29 07:24:17 -0700
commita3dbb5865cc3c1ba793f8a05d20a92c5131f4bae (patch)
treedbc9b3d7bb34c271aa8ed22c66db8fb60a55983a /subsurface.pro
parentb37422c4478825f679e05cb19ed22184b6172d44 (diff)
downloadsubsurface-a3dbb5865cc3c1ba793f8a05d20a92c5131f4bae.tar.gz
HTML list exporter
Exporting the raw dive list into JSON format for later viewing with html and js files. Also some worldmap code organizations. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r--subsurface.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro
index d7189377a..6eb2bc879 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -28,6 +28,7 @@ HEADERS = \
helpers.h \
libdivecomputer.h \
planner.h \
+ save-html.h \
worldmap-save.h \
worldmap-options.h \
pref.h \
@@ -104,6 +105,7 @@ SOURCES = \
profile.c \
divecomputer.cpp \
worldmap-save.c \
+ save-html.c \
qt-gui.cpp \
qthelper.cpp \
qt-ui/about.cpp \