Changes between Version 37 and Version 38 of BuildingQtOnLinux


Ignore:
Timestamp:
Apr 13, 2010 1:13:01 PM (14 years ago)
Author:
robert@roberthogan.net
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v37 v38  
    3737WEBKITOUTPUTDIR=`pwd`/qtbuild  WebKit/WebKitTools/Scripts/build-webkit --qt --makeargs="-j20 -s" --no-video --debug
    3838}}}
     39
     40== Debugging WebCore ==
     41If you are debugging WebCore from a Qt build you will want to open up WebCore/WebCore.pro and edit the following section as instructed:
     42
     43CONFIG(QTDIR_build) {
     44    # Remove the following 2 lines if you want debug information in WebCore
     45    CONFIG -= separate_debug_info
     46    CONFIG += no_debug_info
     47}
    3948
    4049== Testing the port ==