mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
f6e7bdc5ef
commit
926b6895bb
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue