Updated WebKit to a newer snapshot that builds

Also removed the --no-netscape-plugin part, because the WebKit build system
now detects whether it supports plugins or not (on X11 it sort of does).

Change-Id: I4aa4517d175de24efdf67593d9c6212ccb893086
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
This commit is contained in:
Simon Hausmann
2012-05-25 16:13:44 +02:00
committed by Qt by Nokia
parent 9985003ac4
commit 8c37b00fbd
3 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
Makefile
Makefile.qtwebkit
.qmake.cache

View File

@@ -41,10 +41,6 @@ else:qtwebkit_tools_dir = Tools
QTWEBKIT_BUILD_CONFIG =
contains(CONFIG, release):!contains(CONFIG, debug_and_release): {QTWEBKIT_BUILD_CONFIG = --release}
# npapi does not work for qpa, as of qtwebkit 81b8dac16049715b94dc36256bd9f433f7dfacc5 .
# This should be reverted once npapi either works, or gracefully disables itself, for qpa.
qpa:QTWEBKIT_BUILD_CONFIG += --no-netscape-plugin
# WebKit2 is not yet supported on Windows, so avoid trying to build it
win32:QTWEBKIT_BUILD_CONFIG += --no-webkit2