From 0e1c9d37240480777ddc46344c58de468fe791c9 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 18 Sep 2012 21:02:02 +0200 Subject: remove traces of webkit build being claimed to be special Change-Id: I72a36c7aedf7f364a3bd53755af17b803c532cf2 Reviewed-by: Simon Hausmann Reviewed-by: Rohan McGovern Reviewed-by: Sergio Ahumada --- README | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'README') diff --git a/README b/README index 856b2290..e394e040 100644 --- a/README +++ b/README @@ -21,7 +21,6 @@ HOW TO BUILD QT5 - OpenSSL for SSL sockets or HTTPS - Wayland - - See QtWebKit section. New dependencies in Qt 5 ------------------------ @@ -70,30 +69,6 @@ HOW TO BUILD QT5 More details follow. - Building QtWebKit - ================= - - Linux, Mac: - ----------- - - The tools bison, flex and gperf which are required for building. - - cd qtwebkit - export WEBKITOUTPUTDIR=$$PWD/WebKitBuild - perl Tools/Scripts/build-webkit --qt --qmake=../qtbase/bin/qmake --install-libs= --release --makeargs=$MAKEFLAGS - - Windows: - -------- - - The tools bison, flex and gperf which are required for building are - provided for convenience in the folder gnuwin32\bin. - - set PATH=%PATH%;%CD%\gnuwin32\bin - cd qtwebkit - set WEBKITOUTPUTDIR=%CD%/WebKitBuild - perl Tools\Scripts\build-webkit --qt --qmake=..\qtbase\bin\qmake.exe --install-libs= --release --makeargs=%MAKEFLAGS% - - Build! ====== -- cgit v1.2.3