mobile: remove MapWidget from mobile-resources.qrc

remove MapWidget entries from mobile-resources.qrc, and
reference map-widget.qrc in Subsurface-mobile.pro for iOS

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2018-06-20 15:53:59 +02:00 committed by Dirk Hohndel
parent 2b7b7ad8f5
commit ff88e7ee99
2 changed files with 4 additions and 20 deletions

View file

@ -104,7 +104,10 @@ SOURCES += ../../subsurface-mobile-main.cpp \
../../profile-widget/diverectitem.cpp \
../../profile-widget/divetextitem.cpp
RESOURCES += ./qml.qrc ../../mobile-widgets/qml/mobile-resources.qrc ./translations.qrc
RESOURCES += ./qml.qrc \
../../mobile-widgets/qml/mobile-resources.qrc \
../../map-widget/qml/map-widget.qrc \
./translations.qrc
LIBS += ./install-root/lib/libdivecomputer.a \
./install-root/lib/libgit2.a \