summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/WebCore.pro
diff options
context:
space:
mode:
authorAnders Bakken <agbakken@gmail.com>2010-09-20 17:14:10 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-09-20 17:14:35 (GMT)
commit9e5a1b618ea7bf579c7b2d66a8844d606405bc6d (patch)
treeaf1412e6bc7daeeec7e7afee20cfdf60d64bba84 /src/3rdparty/webkit/WebCore/WebCore.pro
parent1a99cdbb36334e17c34b38dd5df1bdd70167b42a (diff)
downloadQt-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/webkit/WebCore/WebCore.pro')
-rw-r--r--src/3rdparty/webkit/WebCore/WebCore.pro2
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