diff options
author | jan Iversen <jani@libreoffice.org> | 2018-06-05 23:09:03 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-08 17:04:43 +0200 |
commit | 64c0881e9f529d5220e8ac27ad0a78018773449c (patch) | |
tree | d3521f26953d4cd406d052025e2cc29abb2da617 /packaging/ios | |
parent | f7fde20a2ca4cd7d2489f6e0aa5cd2f7ef73d060 (diff) | |
download | subsurface-64c0881e9f529d5220e8ac27ad0a78018773449c.tar.gz |
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>
Diffstat (limited to 'packaging/ios')
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index 4df825821..2fed906ee 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -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 \ |