diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-06 17:51:09 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-06 17:51:09 -0800 |
commit | 8a96f6e90bbb5e246c2c19b43d82bf24e2ff8c62 (patch) | |
tree | 031007221d40cb6f37ef061bb7471c9c6e55619f /packaging/ios/subsurface-ios/subsurface-ios.pro | |
parent | ba8014eb5c38eb224b722298959c029a4ff64fff (diff) | |
download | subsurface-8a96f6e90bbb5e246c2c19b43d82bf24e2ff8c62.tar.gz |
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>
Diffstat (limited to 'packaging/ios/subsurface-ios/subsurface-ios.pro')
-rw-r--r-- | packaging/ios/subsurface-ios/subsurface-ios.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/ios/subsurface-ios/subsurface-ios.pro b/packaging/ios/subsurface-ios/subsurface-ios.pro index 140d8fc26..fd26c1f55 100644 --- a/packaging/ios/subsurface-ios/subsurface-ios.pro +++ b/packaging/ios/subsurface-ios/subsurface-ios.pro @@ -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 +} |