diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 22:24:28 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 22:32:03 -0800 |
commit | 625298a7b86688ee70de4bccb8fcff61f96650db (patch) | |
tree | ce8c2d3ec5a6c097c2a68e862bf6fe90888fa50f /packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | |
parent | 87e05f4db8ca4745fd4331b5437f7325820c9516 (diff) | |
download | subsurface-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.pro | 3 |
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 } |