diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-02-12 12:18:52 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-02-12 12:23:56 -0800 |
commit | 23ac269a0a0996b51087b14f7cfb183a2daa46ec (patch) | |
tree | abe31f691aed6f91770ab587bba70da02808debf /packaging/ios | |
parent | 4e2e48a8fb7768f0d92dc0c33edb08148d7b6805 (diff) | |
download | subsurface-23ac269a0a0996b51087b14f7cfb183a2daa46ec.tar.gz |
iOS build: add new file to qmake build
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios')
-rw-r--r-- | packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index 0db68cd1a..985cf2bfc 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -51,6 +51,7 @@ SOURCES += ../../../subsurface-mobile-main.cpp \ ../../../core/import-shearwater.c \ ../../../core/import-cobalt.c \ ../../../core/import-divinglog.c \ + ../../../core/import-csv.c \ ../../../core/save-html.c \ ../../../core/statistics.c \ ../../../core/worldmap-save.c \ |