I've added icon using the information from: http://qt-project.org/forums/viewthread/34652
Currently iOS MKSPEC is preventing changing the launch screen, so you need to either create a custom plist or change the file default_post.prf from Qt5,3/5,3/ios/mkspecs/macx-ios-clang/features to prevent overwriting the file [email protected]. I've done this for now as I only have one app under dev for ios. Chris 2014-05-26 9:17 GMT+02:00 Gustavsen Richard <[email protected]>: > Setting icons and launch image must currently be done from Xcode. Qt > Creator has already created an Xcode project for you in the build folder of > your project that you can use. Since creator (qmake) sometimes will > overwrite your Info.plist, you should also google the usage of > QMAKE_INFO_PLIST. > > -Richard > ________________________________________ > Fra: > [email protected][interest-bounces+richard.gustavsen= > [email protected]] på vegne av VStevenP [ > [email protected]] > Sendt: 23. mai 2014 22:58 > Til: [email protected] > Emne: [Interest] QtQuick app for iOS - customizing app name and icon > > I've been developing and testing my QtQuick apps on iOS for awhile now, > using QtCreator to build and deploy, and it works great. The workflow is > really easy. > > I've never tried customizing the app name or icon. Is there an easy way > to do this? > > I searched the web a bit, and didn't see any clear directions on how to do > this. > > I'm thinking it should be easy if I just knew the few steps. > > - VStevenP > _______________________________________________ > Interest mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest > _______________________________________________ > Interest mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest >
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
