Hi,

I have an app, which has some .svg files as resources. These get passed to QIcon constructors. When my app is built dynamically, everything works, but I want to build my app statically. When I do that, the icons disappear. Sometimes I get errors from QObject::moveToThread saying that some object not being in the corrent thread (I'm not calling moveToThread), and that my ':/something.svg' files cannot be loaded because Unknown error. I also can't add qsvg to my application, because I get wierd "undefined reference to `qt_plugin_instance_qsvg()'" errors.

Thanks for any help.