Hi,

I have a an application where i am storing resource through qrc mechanism. I have the code split in shared library which is getting lnked with the application. All my QRC resources gets displayed properly if i link it dynamically with library. But i don't get my resourcs displayed when i link the same application statically with the library.

Am i missing something trivial here ?

Please help,