I have an image file named image-generic.png
and a symbol link to it, named image-generic-x.png
, both of them are included in a Qt resource file.
Now If I compile the program, image-generic.png would consume some space, but would image-generic-x.png do that too? Does Qt resource file honor symbol link?
I wasn't able to find anything about it in the documentation.