Hi !
For convenience, I have put all my images and qml files in a qrc file.Now, I have added a bunch of heavy images. So I cannot compile for Symbian anymore :
section .data loaded at [00400000,0040000f] overlaps section .rodata loaded at
So I have decided not to put these images in qrc file. But when I use relative path in my QML (which is still in a QRC file), it prefixes it with qrc:qml/
So my question is : how can I access these images ?
Thanks



