summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-15 13:11:41 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-17 09:17:54 -0800
commitf092d818668a891b6a2db70c57118729950106d0 (patch)
tree9d381f49176bd0963c7ff4ce89ddd038c7e9ff05
parente00f8d46028d998fe468894b524c9a3a6a515612 (diff)
downloadsubsurface-f092d818668a891b6a2db70c57118729950106d0.tar.gz
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>
-rw-r--r--Subsurface-mobile.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro
index f350c9422..bf5d73f41 100644
--- a/Subsurface-mobile.pro
+++ b/Subsurface-mobile.pro
@@ -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