Changes between Version 38 and Version 39 of BuildingQtOnLinux


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v38 v39  
    4141If you are debugging WebCore from a Qt build you will want to open up WebCore/WebCore.pro and edit the following section as instructed:
    4242
     43{{{
    4344CONFIG(QTDIR_build) {
    4445    # Remove the following 2 lines if you want debug information in WebCore
     
    4647    CONFIG += no_debug_info
    4748}
     49}}}
    4850
    4951== Testing the port ==