summaryrefslogtreecommitdiffstats
path: root/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 22:24:28 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 22:32:03 -0800
commit625298a7b86688ee70de4bccb8fcff61f96650db (patch)
treece8c2d3ec5a6c097c2a68e862bf6fe90888fa50f /packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
parent87e05f4db8ca4745fd4331b5437f7325820c9516 (diff)
downloadsubsurface-625298a7b86688ee70de4bccb8fcff61f96650db.tar.gz
iOS build: add icon to launch screen
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/Subsurface-mobile/Subsurface-mobile.pro')
-rw-r--r--packaging/ios/Subsurface-mobile/Subsurface-mobile.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
index 39d6722e3..f8d4d9738 100644
--- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
+++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro
@@ -245,6 +245,7 @@ include(../../../mobile-widgets/qml/kirigami/kirigami.pri)
ios {
QMAKE_ASSET_CATALOGS += ../storeIcon.xcassets
app_launch_images.files = ../SubsurfaceMobileLaunch.xib $$files(../SubsurfaceMobileLaunchImage*.png)
- QMAKE_BUNDLE_DATA += app_launch_images
+ images.files = ../../../icons/subsurface-mobile-icon.png
+ QMAKE_BUNDLE_DATA += app_launch_images images
QMAKE_INFO_PLIST = ../Info.plist
}