summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-03 13:54:10 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-05-04 07:35:00 +0000
commite44e967d0c5f545473490e893db628509a5417fe (patch)
tree648dfce425cfce6d0c590fe3749179d0fc5f42be
parent8acf3bd15bbd402db2a78eb0e7eedb92c02541eb (diff)
disarm webkit use in assistant
that configuration is currently broken. Change-Id: Ia35ba4d0b90687db26a0bb6f664df01e1ed1490a Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--src/assistant/assistant/assistant.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/assistant/assistant/assistant.pro b/src/assistant/assistant/assistant.pro
index ef71536d4..540c96898 100644
--- a/src/assistant/assistant/assistant.pro
+++ b/src/assistant/assistant/assistant.pro
@@ -1,4 +1,5 @@
-qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) {
+false:qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) {
+ # FIXME: currently broken
BROWSER = qtwebkit
} else {
BROWSER = qtextbrowser