mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
build-system: add uploadDiveLogsDE to iOS build
Update iOS project solution file Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
eb08f17a03
commit
a637415de1
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \
|
||||||
../../core/connectionlistmodel.cpp \
|
../../core/connectionlistmodel.cpp \
|
||||||
../../core/qt-ble.cpp \
|
../../core/qt-ble.cpp \
|
||||||
../../core/uploadDiveShare.cpp \
|
../../core/uploadDiveShare.cpp \
|
||||||
|
../../core/uploadDiveLogsDE.cpp \
|
||||||
../../core/save-profiledata.c \
|
../../core/save-profiledata.c \
|
||||||
../../core/settings/qPref.cpp \
|
../../core/settings/qPref.cpp \
|
||||||
../../core/settings/qPrefCloudStorage.cpp \
|
../../core/settings/qPrefCloudStorage.cpp \
|
||||||
|
@ -207,6 +208,7 @@ HEADERS += \
|
||||||
../../core/qt-ble.h \
|
../../core/qt-ble.h \
|
||||||
../../core/save-profiledata.h \
|
../../core/save-profiledata.h \
|
||||||
../../core/uploadDiveShare.h \
|
../../core/uploadDiveShare.h \
|
||||||
|
../../core/uploadDiveLogsDE.h \
|
||||||
../../core/settings/qPref.h \
|
../../core/settings/qPref.h \
|
||||||
../../core/settings/qPrefCloudStorage.h \
|
../../core/settings/qPrefCloudStorage.h \
|
||||||
../../core/settings/qPrefDisplay.h \
|
../../core/settings/qPrefDisplay.h \
|
||||||
|
|
Loading…
Reference in a new issue