[PyQt] building QML resources using pyqtdeploy on iOS
Phil Thompson
phil at riverbankcomputing.com
Wed Jan 7 04:52:43 GMT 2015
On 06/01/2015 11:39 pm, lloyd konneker wrote:
> I saw that, but that means I must arrange the bundling of my resources
> in Xcode? Since neither pyqtdeploy or qmake is doing that. Or does
> using QtCreator after pyqtdeploy and before Xcode help in this regard?
pyqtdeploy is doing it for you. All you need to do is to specify the
.qml files to pyqtdeploy just as if they were .py files.
> I was hoping someone had already done this and could give me some
> hints.
>
> I see the rationale for not using pyrcc5, but is there any technical
> reason for not using rcc?
Yes - you would be trying to embed a resource in a resource.
Phil
More information about the PyQt
mailing list