summaryrefslogtreecommitdiffstats
path: root/src/qt.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-04-22 20:56:03 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-04-22 20:56:13 (GMT)
commit7ce5364ae29bc0e835f3ff5eb0ec2ad71f27a6c5 (patch)
tree7bf7248d2c47e8135443cd52433fcf9a183d35df /src/qt.mk
parentce7a1ddffb330c64a2b7e37acb59b55418e5c59b (diff)
downloadmxe-7ce5364ae29bc0e835f3ff5eb0ec2ad71f27a6c5.zip
mxe-7ce5364ae29bc0e835f3ff5eb0ec2ad71f27a6c5.tar.gz
mxe-7ce5364ae29bc0e835f3ff5eb0ec2ad71f27a6c5.tar.bz2
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
Diffstat (limited to 'src/qt.mk')
-rw-r--r--src/qt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt.mk b/src/qt.mk
index be8467b..f5bf2c8 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -37,7 +37,7 @@ define $(PKG)_BUILD
-script \
-no-iconv \
-opengl desktop \
- -webkit \
+ -no-webkit \
-no-glib \
-no-gstreamer \
-no-phonon \