From 9f9836910662d11b4c761d774a9f5c871cc766a0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 17 Nov 2020 19:45:22 +0000 Subject: 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 --- packaging/ios/Subsurface-mobile.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') 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 \ -- cgit v1.2.3-70-g09d2