Changes between Version 37 and Version 38 of BuildingQtOnLinux
- Timestamp:
- Apr 13, 2010, 1:13:01 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnLinux
v37 v38 37 37 WEBKITOUTPUTDIR=`pwd`/qtbuild WebKit/WebKitTools/Scripts/build-webkit --qt --makeargs="-j20 -s" --no-video --debug 38 38 }}} 39 40 == Debugging WebCore == 41 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: 42 43 CONFIG(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 } 39 48 40 49 == Testing the port ==