Package: qt4-x11 / 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1

18_enable_qt3support_qtwebkit_debug_info.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
author: Fathi Boudra <fabo@debian.org>

On Qt >= 4.5, debug info are disabled for Qt3Support and QtWebkit.
This patch enable them.

---
 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(-)

--- 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_relocati
 
 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
--- 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)|contai
 
 !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) {
--- 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
-