Changes between Version 11 and Version 12 of BuildingQtOnOSX
- Timestamp:
- Dec 18, 2010, 10:50:56 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnOSX
v11 v12 1 2 1 See Also: 3 2 * [BuildingQtOnLinux Building the Qt Port on Linux] … … 25 24 26 25 {{{ 27 WebKit/ WebKitTools/Scripts/build-webkit --qt26 WebKit/Tools/Scripts/build-webkit --qt 28 27 }}} 29 28 … … 31 30 32 31 {{{ 33 WEBKITOUTPUTDIR=`pwd`/qtbuild WebKit/ WebKitTools/Scripts/build-webkit --qt --makeargs="-j20 -s" --no-video --debug32 WEBKITOUTPUTDIR=`pwd`/qtbuild WebKit/Tools/Scripts/build-webkit --qt --makeargs="-j20 -s" --no-video --debug 34 33 }}} 35 34 … … 47 46 Rerunning the build should recompile CSSParser.cpp and link correctly. 48 47 {{{ 49 ${WEBKITSRCDIR}/ WebKitTools/Scripts/build-webkit --qt --qmake=qmake-4.5 --makeargs="-j2" -spec macx-g++ --no-video --debug48 ${WEBKITSRCDIR}/Tools/Scripts/build-webkit --qt --qmake=qmake-4.5 --makeargs="-j2" -spec macx-g++ --no-video --debug 50 49 }}} 51 50 52 51 Finally start the demo Qt browser: 53 52 {{{ 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 ... 55 54 }}} 56 55