43 lines
1.4 KiB
Diff
43 lines
1.4 KiB
Diff
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
|
|
-
|