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
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
!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) {
*-g++*: QMAKE_CXXFLAGS += -fno-strict-aliasing
-CONFIG -= separate_debug_info
-CONFIG += no_debug_info
-