aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--README25
2 files changed, 0 insertions, 26 deletions
diff --git a/.gitignore b/.gitignore
index 9dfd6094..7bd3d3d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
Makefile
-Makefile.qtwebkit
.qmake.cache
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=<install dir> --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=<install dir> --release --makeargs=%MAKEFLAGS%
-
-
Build!
======