summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-17 19:45:22 +0000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-19 17:18:33 -0800
commit9f9836910662d11b4c761d774a9f5c871cc766a0 (patch)
tree74b3cff278f102ca97592bdeba0acf67616cca15 /packaging
parentd6d3c9a02ffbb739ba197457d465e3e1fddd08d5 (diff)
downloadsubsurface-9f9836910662d11b4c761d774a9f5c871cc766a0.tar.gz
ios: correct capitalization of filename
This was changed in commit 9ed886e4be ("Cleanup: lower-case filenames in core/subsurface-qt/") but since iOS builds happen on a case-insensitive file system, no one ever noticed. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/ios/Subsurface-mobile.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro
index 6557a45fc..2bcbd698e 100644
--- a/packaging/ios/Subsurface-mobile.pro
+++ b/packaging/ios/Subsurface-mobile.pro
@@ -129,7 +129,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \
../../core/settings/qPrefUpdateManager.cpp \
../../core/subsurface-qt/cylinderobjecthelper.cpp \
../../core/subsurface-qt/diveobjecthelper.cpp \
- ../../core/subsurface-qt/DiveListNotifier.cpp \
+ ../../core/subsurface-qt/divelistnotifier.cpp \
../../backend-shared/exportfuncs.cpp \
../../backend-shared/plannershared.cpp \
../../mobile-widgets/qmlinterface.cpp \