diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-17 19:45:22 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-11-19 17:18:33 -0800 |
commit | 9f9836910662d11b4c761d774a9f5c871cc766a0 (patch) | |
tree | 74b3cff278f102ca97592bdeba0acf67616cca15 /packaging/ios | |
parent | d6d3c9a02ffbb739ba197457d465e3e1fddd08d5 (diff) | |
download | subsurface-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/ios')
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 2 |
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 \ |