From 6d96671bc9982ff6dad60129b6dbb60ac59e98d8 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Fri, 1 May 2015 19:35:39 +0000 Subject: [PATCH] _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 --- src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pro | 2 -- src/3rdparty/webkit/Source/WebCore/WebCore.pri | 2 -- src/qt3support/qt3support.pro | 3 --- 3 files changed, 7 deletions(-) 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 - -- 2.30.2