aboutsummaryrefslogtreecommitdiffstats
path: root/qtwebkit.pri
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-06-13 16:39:19 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-19 10:19:06 +0200
commit222a34624901df4727e2608c3e7da340aba1ab7f (patch)
tree8738a474c3f4e2bc626002685e52d3137dbd3fe5 /qtwebkit.pri
parent78b8403e415e7e8d9405daebc9619c4a7cb85910 (diff)
Update WebKit
This removes the QtScript dependency and prepares for a future build flag to ensure -Werror remains disabled. Change-Id: I95cf773c1e21d08d3afe881458c352398e3c9e84 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'qtwebkit.pri')
-rw-r--r--qtwebkit.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtwebkit.pri b/qtwebkit.pri
index 3d514290..6aae9e65 100644
--- a/qtwebkit.pri
+++ b/qtwebkit.pri
@@ -51,6 +51,7 @@ module_qtwebkit.commands = $${OPTI}$${SBC}cd qtwebkit && \
--qt \
--qmake=$(QMAKE) \
--install-libs=$$[QT_INSTALL_LIBS] \
+ --qmakearg=CONFIG+=production_build \
$$QTWEBKIT_BUILD_CONFIG
# "--makeargs=\"-$(MAKEFLAGS)\""
# Trick to force dependency on this rule.