summaryrefslogtreecommitdiffstats
path: root/packaging/ios
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-02-18 16:25:01 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-01 10:21:44 -0800
commit5bbc0fdb586547fa1db887e82ff6556febbabc43 (patch)
tree845552cd10fc9448d1d2f7364c00f3465bb177dd /packaging/ios
parent2c038a24b0931670f94c991a239223fc57ff85f4 (diff)
downloadsubsurface-5bbc0fdb586547fa1db887e82ff6556febbabc43.tar.gz
filter: compile fulltext index on mobile
The code is not used yet. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'packaging/ios')
-rw-r--r--packaging/ios/Subsurface-mobile.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro
index 6264d905e..7c6277c85 100644
--- a/packaging/ios/Subsurface-mobile.pro
+++ b/packaging/ios/Subsurface-mobile.pro
@@ -41,11 +41,13 @@ SOURCES += ../../subsurface-mobile-main.cpp \
../../core/subsurfacesysinfo.cpp \
../../core/windowtitleupdate.cpp \
../../core/file.c \
+ ../../core/fulltext.cpp \
../../core/subsurfacestartup.c \
../../core/ios.cpp \
../../core/profile.c \
../../core/device.c \
../../core/dive.c \
+ ../../core/divefilter.cpp \
../../core/divelist.c \
../../core/gas-model.c \
../../core/gaspressures.c \
@@ -195,11 +197,13 @@ HEADERS += \
../../core/deco.h \
../../core/display.h \
../../core/divecomputer.h \
+ ../../core/divefilter.h \
../../core/divelist.h \
../../core/divelogexportlogic.h \
../../core/divesitehelpers.h \
../../core/exif.h \
../../core/file.h \
+ ../../core/fulltext.h \
../../core/gaspressures.h \
../../core/gettext.h \
../../core/gettextfromc.h \