From: Debian Qt/KDE Maintainers Date: Fri, 1 May 2015 19:35:39 +0000 (+0000) Subject: _enable_qt3support_qtwebkit_debug_info X-Git-Tag: archive/raspbian/4%4.8.6+git64-g5dc8b2b+dfsg-3+deb8u2+rpi1~1^2~30 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d96671bc9982ff6dad60129b6dbb60ac59e98d8;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 -