summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2012-10-15 15:00:58 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-19 19:45:31 +0200
commit2b0da5b2799e1157d46f095093f370f2eef9c3ae (patch)
tree5ddbd036241fba3481c7488ccc5ba10f829f6828 /tools
parent8ac43f74c02408e08491defb7d7c91f0d5ce1d39 (diff)
Adapt to WebKit module changes
QtQuick1 uses the Widgets related API of QtWebKit and hence needs to use the QtWebKitWidgets module. Change-Id: Idf2e65d053e1dbf2501486c8f0a22b8b25f23efc Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/qml.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index 797fc2cf..877fbee2 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -23,8 +23,8 @@ wince* {
contains(QT_CONFIG, xmlpatterns) {
QT += xmlpatterns
}
- contains(QT_CONFIG, webkit) {
- QT += webkit
+ contains(QT_CONFIG, webkitwidgets) {
+ QT += webkitwidgets
}
}