mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:23:25 +00:00
Add connectionlistmodel.cpp/h to iOS qmake file
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
56c82081a5
commit
3f75059a77
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/connectionlistmodel.cpp \
|
||||
../../../core/qt-ble.cpp \
|
||||
../../../core/subsurface-qt/CylinderObjectHelper.cpp \
|
||||
../../../core/subsurface-qt/DiveObjectHelper.cpp \
|
||||
|
@ -186,6 +187,7 @@ HEADERS += \
|
|||
../../../core/worldmap-save.h \
|
||||
../../../core/downloadfromdcthread.h \
|
||||
../../../core/btdiscovery.h \
|
||||
../../../core/connectionlistmodel.h \
|
||||
../../../core/qt-ble.h \
|
||||
../../../core/subsurface-qt/CylinderObjectHelper.h \
|
||||
../../../core/subsurface-qt/DiveObjectHelper.h \
|
||||
|
|
Loading…
Add table
Reference in a new issue