Debug build of QtWebKit
-
Using the latest 4.8.3 source, I'm trying to build a debug version of webkit with Windows and am having difficulties. I'm configuring it with "configure -debug -webkit-debug", but the resulting dlls are not as big as I would expect for a debug build, and debugging a program does not show line numbers when showing a stack trace inside QtWebkitd4.dll. QtCored4.dll and other dll's contain debugging information, but not QtWebkitd4.dll.
-webkit-debug doesn't seem to build a debug version of webkit no matter what system I build qt on. I've tried Windows and Linux without success. How can I build Qt's webkit with debugging symbols?