mobile: decoupled ssrf.qrc and mobile.qrc

remove /subsurface.qrc from .pro
copy missing mapwidget icon references to mobile-resources.pro

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2018-06-05 23:09:03 +02:00 committed by Dirk Hohndel
parent f7fde20a2c
commit 64c0881e9f
2 changed files with 6 additions and 1 deletions

View file

@ -35,6 +35,8 @@
<qresource prefix="/">
<!-- ********** mapwidget pictures ********** -->
<file alias="map-style-photo-icon">../../map-widget/qml/icons/mapwidget-toggle-satellite.png</file>
<file alias="map-style-map-icon">../../map-widget/qml/icons/mapwidget-toggle-street.png</file>
<file alias="mapwidget-context-menu.png">../../map-widget/qml/icons/mapwidget-context-menu.png</file>
<file alias="mapwidget-marker.png">../../map-widget/qml/icons/mapwidget-marker.png</file>
<file alias="mapwidget-marker-gray.png">../../map-widget/qml/icons/mapwidget-marker-gray.png</file>
@ -43,6 +45,9 @@
<file alias="mapwidget-toggle-street.png">../../map-widget/qml/icons/mapwidget-toggle-street.png</file>
<file alias="mapwidget-zoom-in.png">../../map-widget/qml/icons/mapwidget-zoom-in.png</file>
<file alias="mapwidget-zoom-out.png">../../map-widget/qml/icons/mapwidget-zoom-out.png</file>
<file alias="open-menu-icon">../../map-widget/qml/icons/mapwidget-context-menu.png</file>
<file alias="zoom-in-icon">../../map-widget/qml/icons/mapwidget-zoom-in.png</file>
<file alias="zoom-out-icon">../../map-widget/qml/icons/mapwidget-zoom-out.png</file>
</qresource>
<qresource prefix="/">

View file

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