Add connectionlistmodel.cpp/h to iOS qmake file

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-10-07 09:45:44 -07:00
parent 56c82081a5
commit 3f75059a77

View file

@ -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 \