Build: add DiveListNotifier.cpp to qmake project file

In the future, we will need DiveListNotifier.cpp in mobile builds.
Therefore, add it to the qmake project file for iOS.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-04-10 20:09:39 +02:00 committed by Dirk Hohndel
parent f6e7bdc5ef
commit 926b6895bb

View file

@ -92,6 +92,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 \
../../mobile-widgets/qmlmanager.cpp \ ../../mobile-widgets/qmlmanager.cpp \
../../mobile-widgets/qmlprefs.cpp \ ../../mobile-widgets/qmlprefs.cpp \
../../qt-models/divelistmodel.cpp \ ../../qt-models/divelistmodel.cpp \
@ -209,6 +210,7 @@ HEADERS += \
../../core/settings/qPrefUpdateManager.h \ ../../core/settings/qPrefUpdateManager.h \
../../core/subsurface-qt/CylinderObjectHelper.h \ ../../core/subsurface-qt/CylinderObjectHelper.h \
../../core/subsurface-qt/DiveObjectHelper.h \ ../../core/subsurface-qt/DiveObjectHelper.h \
../../core/subsurface-qt/DiveListNotifier.h \
../../mobile-widgets/qmlmanager.h \ ../../mobile-widgets/qmlmanager.h \
../../mobile-widgets/qmlprefs.h \ ../../mobile-widgets/qmlprefs.h \
../../map-widget/qmlmapwidgethelper.h \ ../../map-widget/qmlmapwidgethelper.h \