mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
build-system/iOS: ensure icons are bundled
We already did this for Android, so let's just always do it. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e00f8d4602
commit
f092d81866
1 changed files with 1 additions and 1 deletions
|
@ -300,6 +300,7 @@ HEADERS += \
|
|||
profile-widget/divetextitem.h
|
||||
|
||||
RESOURCES += mobile-widgets/qml/mobile-resources.qrc \
|
||||
mobile-widgets/3rdparty/icons.qrc \
|
||||
map-widget/qml/map-widget.qrc
|
||||
|
||||
android {
|
||||
|
@ -311,7 +312,6 @@ android {
|
|||
# libkirigami library
|
||||
RESOURCES += packaging/android/translations.qrc \
|
||||
android-mobile/font.qrc \
|
||||
mobile-widgets/3rdparty/icons.qrc \
|
||||
mobile-widgets/3rdparty/kirigami/src/scenegraph/shaders/shaders.qrc
|
||||
QT += androidextras
|
||||
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android-mobile
|
||||
|
|
Loading…
Reference in a new issue