mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
iOS build: add BLE support files
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7cc34aec9d
commit
f940104a33
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,7 @@ SOURCES += ../../../subsurface-mobile-main.cpp \
|
|||
../../../core/time.c \
|
||||
../../../core/uemis.c \
|
||||
../../../core/btdiscovery.cpp \
|
||||
../../../core/qt-ble.cpp \
|
||||
../../../core/subsurface-qt/CylinderObjectHelper.cpp \
|
||||
../../../core/subsurface-qt/DiveObjectHelper.cpp \
|
||||
../../../core/subsurface-qt/SettingsObjectWrapper.cpp \
|
||||
|
@ -185,6 +186,7 @@ HEADERS += \
|
|||
../../../core/worldmap-save.h \
|
||||
../../../core/downloadfromdcthread.h \
|
||||
../../../core/btdiscovery.h \
|
||||
../../../core/qt-ble.h \
|
||||
../../../core/subsurface-qt/CylinderObjectHelper.h \
|
||||
../../../core/subsurface-qt/DiveObjectHelper.h \
|
||||
../../../core/subsurface-qt/SettingsObjectWrapper.h \
|
||||
|
|
Loading…
Reference in a new issue