aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-12 22:17:34 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-13 17:07:43 -0700
commitf6936782351929d3b261947ad08b80342463fd4e (patch)
tree037be710acfe5a113f6e296da95de2136d171946 /packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
parenta529381af24f6458117768c64fbd4e476bf7517a (diff)
downloadsubsurface-f6936782351929d3b261947ad08b80342463fd4e.tar.gz
iOS: create our own OS support file
Up until now we just reused the macos.c file for convenience, hard coding a specific file path that may or may not work on iOS. Instead get the preferred path from Qt and for this we need to be able to call into Qt, so this needs to be a C++ file. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/Subsurface-mobile/Subsurface-mobile.pro')
-rw-r--r--packaging/ios/Subsurface-mobile/Subsurface-mobile.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
index c43f13930..2a97bf33f 100644
--- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
+++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
@@ -37,7 +37,7 @@ SOURCES += ../../../subsurface-mobile-main.cpp \
../../../core/windowtitleupdate.cpp \
../../../core/file.c \
../../../core/subsurfacestartup.c \
- ../../../core/macos.c \
+ ../../../core/ios.cpp \
../../../core/profile.c \
../../../core/device.c \
../../../core/dive.c \