Hi, I just want to know how to write the custom plist for customized LaunchImage file names?
On Sun, May 11, 2014 at 1:20 AM, Christophe Thomas <[email protected]>wrote: > Dear all, > > I've configured my pro file in order to add to the Bundle the icons and > launch images. > > I use the system: > > IconFiles.files=$$system("find $$PWD/icon/ios/ -name '*.png'") > IconFiles.path=./ > QMAKE_BUNDLE_DATA += IconFiles > > icon/ios folder contains both Icon-*.png and Default-*.png files > > It works fine with the icons but not with the launch image. > > Searching the web I found BUG-31431 and the resolution that consists of > forcing a blank [email protected] in the default_post.prf script. I > understand reading the comment of the bug report that if we want to have a > custom image we need to use a custom plist and define a different name for > the image from the default one. > > Is my undertansding ok ? Is there another way to have a custom image as I > don't have currently a custom plist file? Any plan of modifying this ? > > Regards, > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development > > -- Regards, Fan Yang
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
