Changes between Version 57 and Version 58 of BuildingQtOnLinux


Ignore:
Timestamp:
Sep 1, 2011 2:52:49 PM (13 years ago)
Author:
benjamin@webkit.org
Comment:

Remove the section about debugging from a Qt build. This is not supported anymore. build-webkit --debug is the way to go now.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v57 v58  
    4848   * For [http://site.icu-project.org/ ICU library] support: pass CONFIG+=use_system_icu as an extra build-webkit argument.
    4949     (Currently only tested on Linux.)
    50 
    51 == Debugging WebCore ==
    52 If you are debugging WebCore from a Qt build you will want to open up WebCore/WebCore.pro and edit the following section as instructed:
    53 
    54 {{{
    55 CONFIG(QTDIR_build) {
    56     # Remove the following 2 lines if you want debug information in WebCore
    57     CONFIG -= separate_debug_info
    58     CONFIG += no_debug_info
    59 }
    60 }}}
    6150
    6251== Testing the port ==