My UT QML project makes use of a set of images, and I was planning use them via "qrc:///pathtoimages/myimage.png" style of url.
In Ubuntu SDK, I can "add new... Qt / Qt Resource File".
The file is created, but then I get the following error saying:

- What does the error mean?
- Can I safely ignore it?
- Will the package generation include my images?
[EDIT] After further investigation, it seems that using qt resources files only makes sense when using qmake, to embed some file into the binary. So it might be just useless in Ubuntu SDK.