Changes between Version 57 and Version 58 of BuildingQtOnLinux
- Timestamp:
- Sep 1, 2011, 2:52:49 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnLinux
v57 v58 48 48 * For [http://site.icu-project.org/ ICU library] support: pass CONFIG+=use_system_icu as an extra build-webkit argument. 49 49 (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 WebCore57 CONFIG -= separate_debug_info58 CONFIG += no_debug_info59 }60 }}}61 50 62 51 == Testing the port ==