summaryrefslogtreecommitdiffstats
path: root/packaging/ios/Subsurface-mobile.pro
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-06-04 09:05:17 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-06-19 13:11:10 -0700
commitbff80cf4625c4a97182e8333633403d06725a613 (patch)
tree0154f660c6e7db88ff79ad434f5a1df5bf6e076f /packaging/ios/Subsurface-mobile.pro
parent7f4d9db962e73aa5d5089c43c99b78b3690ffb87 (diff)
downloadsubsurface-bff80cf4625c4a97182e8333633403d06725a613.tar.gz
Cleanup: move unit-related functions to own translation unit
Create a units.c translation unit. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'packaging/ios/Subsurface-mobile.pro')
-rw-r--r--packaging/ios/Subsurface-mobile.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro
index c7d067698..7d78ade94 100644
--- a/packaging/ios/Subsurface-mobile.pro
+++ b/packaging/ios/Subsurface-mobile.pro
@@ -74,6 +74,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \
../../core/taxonomy.c \
../../core/time.c \
../../core/trip.c \
+ ../../core/units.c \
../../core/uemis.c \
../../core/btdiscovery.cpp \
../../core/connectionlistmodel.cpp \