Are there any reasons against using external QResource files for theming an application?
I have written a small test application and it seems to work fine. The resource binaries also seem to be platform-independent, as I can load resources built under linux on my windows partition without any problems. So are there any reasons why one should not use compiled QResources as a theme bundle (containing css files and icons)?

Thanx in advance