Changes between Version 23 and Version 24 of BuildingQtOnLinux
- Timestamp:
- Jun 10, 2009, 3:37:02 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnLinux
v23 v24 30 30 {{{ 31 31 WebKit/WebKitTools/Scripts/build-webkit --qt 32 }}} 33 34 `WebKit/WebKitTools/Scripts/build-webkit` also supports special variable for specifying a build directory, as well as some configure and build arguments 35 36 {{{ 37 WEBKITOUTPUTDIR=`pwd`/qt-build WebKit/WebKitTools/Scripts/build-webkit --qt --debug --makeargs="-j20 -s" --no-video 32 38 }}} 33 39