mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
d6d3c9a02f
commit
9f98369106
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \
|
||||||
../../core/settings/qPrefUpdateManager.cpp \
|
../../core/settings/qPrefUpdateManager.cpp \
|
||||||
../../core/subsurface-qt/cylinderobjecthelper.cpp \
|
../../core/subsurface-qt/cylinderobjecthelper.cpp \
|
||||||
../../core/subsurface-qt/diveobjecthelper.cpp \
|
../../core/subsurface-qt/diveobjecthelper.cpp \
|
||||||
../../core/subsurface-qt/DiveListNotifier.cpp \
|
../../core/subsurface-qt/divelistnotifier.cpp \
|
||||||
../../backend-shared/exportfuncs.cpp \
|
../../backend-shared/exportfuncs.cpp \
|
||||||
../../backend-shared/plannershared.cpp \
|
../../backend-shared/plannershared.cpp \
|
||||||
../../mobile-widgets/qmlinterface.cpp \
|
../../mobile-widgets/qmlinterface.cpp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue