Changes between Version 38 and Version 39 of BuildingQtOnLinux
- Timestamp:
- Apr 13, 2010, 1:14:25 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnLinux
v38 v39 41 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 42 43 {{{ 43 44 CONFIG(QTDIR_build) { 44 45 # Remove the following 2 lines if you want debug information in WebCore … … 46 47 CONFIG += no_debug_info 47 48 } 49 }}} 48 50 49 51 == Testing the port ==