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:
Dirk Hohndel 2016-03-06 17:51:09 -08:00
parent ba8014eb5c
commit 8a96f6e90b
19 changed files with 85 additions and 0 deletions

View file

@ -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
}