_enable_qt3support_qtwebkit_debug_info
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Fri, 1 May 2015 19:35:39 +0000 (19:35 +0000)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Fri, 1 May 2015 19:35:39 +0000 (19:35 +0000)
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
src/3rdparty/webkit/Source/WebCore/WebCore.pri
src/qt3support/qt3support.pro

index a1091795777e079adf39d4bdcec0abee12707660..e3cf5ec7e4203246a4407b333946c9569024e49f 100644 (file)
@@ -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
index 6ea37fde1428c477ebf12b4c296f225f9fd04dd4..ef7a883510bcfc923e63562557a0ddeaa401230b 100644 (file)
@@ -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) {
index 1e0717df6f33b895e87a8450a1df9aea3a783e63..fc25fa4dffceb4f52993f2431db036d8ed6b92e1 100644 (file)
@@ -34,6 +34,3 @@ MOCDIR = .moc
 
 *-g++*: QMAKE_CXXFLAGS += -fno-strict-aliasing
 
-CONFIG -= separate_debug_info
-CONFIG += no_debug_info
-