Hi everyone,

I am developing a application in which I use many custom QML elements and images. The thing is that application interface is going to change quite often for very little, so for example if all I need to do is just change a few properties in QML, or change some images I don't want to recompile the whole app and send it to user again.

My idea is to deploy QML and image files as they are and just send changed ones to the user to overwrite the old ones. In this case Qt resource files just don't do the work for me.

So what I need help with is how to do it. When developing should I add files to .pro or .pri file, and what changes do I need to make to them to build application with those files included.