There are x number of .png
files in a directory.
Instead of adding all these manually I would want to specify the directory path in the .qrc
file and let it include all of them on its own.
What is the way to achieve this?
There are x number of .png
files in a directory.
Instead of adding all these manually I would want to specify the directory path in the .qrc
file and let it include all of them on its own.
What is the way to achieve this?
Here is a little bash script that generate a qrc file from the content of a folder
You can easily customize it.
Just for documentation, I found a workaround to this on this link.
So, if you use $$file(wildcard) on your .pro file, it would work. I tried and it worked OK.
No, this is not yet possible, see this bugreport for details.