Changes between Version 51 and Version 52 of BuildingQtOnLinux


Ignore:
Timestamp:
Jun 3, 2011 8:37:27 AM (13 years ago)
Author:
siddharth.mathur@nokia.com
Comment:

added note on ICU

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v51 v52  
    3636WEBKITOUTPUTDIR=`pwd`/qtbuild  WebKit/Tools/Scripts/build-webkit --qt --makeargs="-j20 -s" --no-video --debug
    3737}}}
     38
     39== Optional feature flags and CONFIG options ==
     40
     41   * features.pri lists many configurable build options for WebCore and JavascriptCore.
     42   * For [http://site.icu-project.org/ ICU library] support: pass CONFIG+=use_system_icu as an extra build-webkit argument.
     43     (Currently only tested on Linux.)
    3844
    3945== Debugging WebCore ==