[Qt-interest] line number '0' for Qt libs under Qt Creator's debugger
Friedemann Kleint
Friedemann.Kleint at nokia.com
Fri Nov 6 09:06:11 CET 2009
Hi,
QtWebkit is built without debugging symbols since it simply takes too
long/becomes too large. Take a look at src/3rdparty/webkit/WebCore/WebCore.pro
and search for:
CONFIG(QTDIR_build):isEqual(QT_MAJOR_VERSION, 4):greaterThan(QT_MINOR_VERSION,
4) {
# start with 4.5
# Remove the following 2 lines if you want debug information in WebCore
CONFIG -= separate_debug_info
CONFIG += no_debug_info
}
I hope this helps,
Regards,
Friedemann
--
Friedemann Kleint
Nokia, Qt Development Frameworks
More information about the Qt-interest-old
mailing list