From: Debian Qt/KDE Maintainers Date: Wed, 9 Nov 2016 16:50:49 +0000 (+0000) Subject: _enable_qt3support_qtwebkit_debug_info X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-15+rpi1~1^2~34 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c914dac8a236abf91264f7f3aae2c01fc342be8d;p=qt4-x11.git _enable_qt3support_qtwebkit_debug_info On Qt >= 4.5, debug info are disabled for Qt3Support and QtWebkit. This patch enable them. Gbp-Pq: Name 18_enable_qt3support_qtwebkit_debug_info.diff --- diff --git a/src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pro b/src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pro index a10917957..e3cf5ec7e 100644 --- a/src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pro +++ b/src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pro @@ -24,8 +24,6 @@ unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions CONFIG(QTDIR_build) { # Remove the following 2 lines if you want debug information in JavaScriptCore - CONFIG -= separate_debug_info - CONFIG += no_debug_info } *-g++*:QMAKE_CXXFLAGS_RELEASE -= -O2 diff --git a/src/3rdparty/webkit/Source/WebCore/WebCore.pri b/src/3rdparty/webkit/Source/WebCore/WebCore.pri index 6ea37fde1..ef7a88351 100644 --- a/src/3rdparty/webkit/Source/WebCore/WebCore.pri +++ b/src/3rdparty/webkit/Source/WebCore/WebCore.pri @@ -266,8 +266,6 @@ contains(DEFINES, ENABLE_WEBGL=1)|contains(CONFIG, texmap) { !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 } contains (CONFIG, text_breaking_with_icu) { diff --git a/src/qt3support/qt3support.pro b/src/qt3support/qt3support.pro index 1e0717df6..fc25fa4df 100644 --- a/src/qt3support/qt3support.pro +++ b/src/qt3support/qt3support.pro @@ -34,6 +34,3 @@ MOCDIR = .moc *-g++*: QMAKE_CXXFLAGS += -fno-strict-aliasing -CONFIG -= separate_debug_info -CONFIG += no_debug_info -