Hi,

When I build Qt 4.6.0 on linux, it automatically builds both debug and release versions of most of the shared libraries, e.g. libQtNetwork.so.4.6.0 and libQtNetwork.so.4.6.0.debug. Unfortunately it doesn't seem to build a debug version of the WebKit library. How do I get it to do this? I know when I build my app that uses Qt with debug, it uses the debug versions of the libraries so you can step into the Qt api code if you need to. I need to be able to debug my app and dive all the way down into the webkit and Qt libs.

Thanks!
-m