mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
iOS build: bundle application icons and Info.plist
This way the iDevice will show the correct name and icon for Subsurface-mobile. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ba8014eb5c
commit
8a96f6e90b
19 changed files with 85 additions and 0 deletions
|
|
@ -218,3 +218,9 @@ QML_IMPORT_PATH =
|
|||
|
||||
# Default rules for deployment.
|
||||
include(deployment.pri)
|
||||
|
||||
ios {
|
||||
ios_icon.files = $$files(../../../icons/AppIcon*.png)
|
||||
QMAKE_BUNDLE_DATA += ios_icon
|
||||
QMAKE_INFO_PLIST = ../Info.plist
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue