Hi,

A pleasant day to all!

Can anyone kindly please tell me if I can use two .qrc files in one QML application? The application I am currently working on requires a lot of images to be loaded on every scene. And when I put all the image files in one .qrc file, I get an error ( please see this post ). Though the solution on the thread worked for me, I would like to using two qrc files instead of just one.

So I think that if I separated the images in two .qrc files, I won't be getting the error, but I am not sure about this.

Is it possible to have a two or more .qrc files in one QML application?

Thank you very much for your answer.