diff options
author | Anders Bakken <agbakken@gmail.com> | 2010-09-20 17:14:10 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-09-20 17:14:35 (GMT) |
commit | 9e5a1b618ea7bf579c7b2d66a8844d606405bc6d (patch) | |
tree | af1412e6bc7daeeec7e7afee20cfdf60d64bba84 /src/3rdparty | |
parent | 1a99cdbb36334e17c34b38dd5df1bdd70167b42a (diff) | |
download | Qt-9e5a1b618ea7bf579c7b2d66a8844d606405bc6d.zip Qt-9e5a1b618ea7bf579c7b2d66a8844d606405bc6d.tar.gz Qt-9e5a1b618ea7bf579c7b2d66a8844d606405bc6d.tar.bz2 |
Enable building Qt/Webkit with debug symbols
With this patch one can configure with -webkit-debug to build Webkit
with debug symbols without having to manually edit WebCore.pro.
Merge-request: 816
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/webkit/WebCore/WebCore.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/WebCore.pro b/src/3rdparty/webkit/WebCore/WebCore.pro index 5f688f3..6b21d8a 100644 --- a/src/3rdparty/webkit/WebCore/WebCore.pro +++ b/src/3rdparty/webkit/WebCore/WebCore.pro @@ -2952,7 +2952,7 @@ HEADERS += $$WEBKIT_API_HEADERS } } -CONFIG(QTDIR_build) { +!CONFIG(webkit-debug):CONFIG(QTDIR_build) { # Remove the following 2 lines if you want debug information in WebCore CONFIG -= separate_debug_info CONFIG += no_debug_info |