Quote Originally Posted by momesana View Post
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
Probably different processors encodes binaries in different format. So, It can't be used. You are using the .rcc in a same device, so that there is no problem of decoding or extracting the data.