# HG changeset patch # User Mark Brand # Date 1335128163 -7200 # Node ID 328cf3f5c63c9cca676aa78cbdd7a3c574e43311 # Parent f074774129686616c083ea616d45705ca795877e package qt: stop building static qtwebkit Static qtwebkit seemed to build successfully, but applications could not link to it successfully since Qt 4.8.0 (qtbwebkit 2.0). See https://github.com/mxe/mxe/issues/23 diff -r f07477412968 -r 328cf3f5c63c src/qt.mk --- a/src/qt.mk Sun Apr 22 22:52:39 2012 +0200 +++ b/src/qt.mk Sun Apr 22 22:56:03 2012 +0200 @@ -37,7 +37,7 @@ -script \ -no-iconv \ -opengl desktop \ - -webkit \ + -no-webkit \ -no-glib \ -no-gstreamer \ -no-phonon \