mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Move Divinglog DB import into its own file
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
c2342304db
commit
8f16ae6289
3 changed files with 2 additions and 2 deletions
|
@ -51,10 +51,10 @@ set(SUBSURFACE_CORE_LIB_SRCS
|
|||
ostctools.c
|
||||
parse-xml.c
|
||||
parse.c
|
||||
parse-db.c
|
||||
import-suunto.c
|
||||
import-shearwater.c
|
||||
import-cobalt.c
|
||||
import-divinglog.c
|
||||
planner.c
|
||||
plannernotes.c
|
||||
profile.c
|
||||
|
|
|
@ -48,10 +48,10 @@ SOURCES += ../../../subsurface-mobile-main.cpp \
|
|||
../../../core/load-git.c \
|
||||
../../../core/parse-xml.c \
|
||||
../../../core/parse.c \
|
||||
../../../core/parse-db.c \
|
||||
../../../core/import-suunto.c \
|
||||
../../../core/import-shearwater.c \
|
||||
../../../core/import-cobalt.c \
|
||||
../../../core/import-divinglog.c \
|
||||
../../../core/save-html.c \
|
||||
../../../core/statistics.c \
|
||||
../../../core/worldmap-save.c \
|
||||
|
|
Loading…
Reference in a new issue