Changes between Version 11 and Version 12 of BuildingQtOnOSX


Ignore:
Timestamp:
Dec 18, 2010 10:50:56 PM (13 years ago)
Author:
ariya@webkit.org
Comment:

WebKitTools -> Tools

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnOSX

    v11 v12  
    1 
    21See Also:
    32 * [BuildingQtOnLinux Building the Qt Port on Linux]
     
    2524
    2625{{{
    27 WebKit/WebKitTools/Scripts/build-webkit --qt
     26WebKit/Tools/Scripts/build-webkit --qt
    2827}}}
    2928
     
    3130
    3231{{{
    33 WEBKITOUTPUTDIR=`pwd`/qtbuild  WebKit/WebKitTools/Scripts/build-webkit --qt --makeargs="-j20 -s" --no-video --debug
     32WEBKITOUTPUTDIR=`pwd`/qtbuild  WebKit/Tools/Scripts/build-webkit --qt --makeargs="-j20 -s" --no-video --debug
    3433}}}
    3534
     
    4746Rerunning the build should recompile CSSParser.cpp and link correctly.
    4847{{{
    49 ${WEBKITSRCDIR}/WebKitTools/Scripts/build-webkit --qt --qmake=qmake-4.5 --makeargs="-j2" -spec macx-g++ --no-video --debug
     48${WEBKITSRCDIR}/Tools/Scripts/build-webkit --qt --qmake=qmake-4.5 --makeargs="-j2" -spec macx-g++ --no-video --debug
    5049}}}
    5150
    5251Finally start the demo Qt browser:
    5352{{{
    54 ${WEBKITSRCDIR}/WebKitTools/Scripts/run-launcher --qt --debug # After this, check the dock and you'll see an icon for a Qt console app ...
     53${WEBKITSRCDIR}/Tools/Scripts/run-launcher --qt --debug # After this, check the dock and you'll see an icon for a Qt console app ...
    5554}}}
    5655