changeset 2445:328cf3f5c63c

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
author Mark Brand <mabrand@mabrand.nl>
date Sun, 22 Apr 2012 22:56:03 +0200
parents f07477412968
children 42295c6227c2
files src/qt.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \