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 default-5...@2.png 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 Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development