summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-06-06 09:42:25 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-06-06 16:26:24 +0000
commit96d935cd0529a0b0b4b8a90b4e7fa6fabb7e10de (patch)
tree7ab8e6025a2644b641eb13f2d1e6fcaffffeb295 /configure
parentf969c50bc2ea008e5e967e18f5cf38543c3b9059 (diff)
Remove some dead code
CFG_WEBKIT is never set to anything (removed in 1b716724f, 2012), so simply remove the dead code path. Change-Id: I63ef7cc6a2bf2fbf9ceb63f1a54e28882ec6e01e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 0b203950eb..f9e354521a 100755
--- a/configure
+++ b/configure
@@ -5796,11 +5796,6 @@ CFG_CONCURRENT="yes"
QT_CONFIG="$QT_CONFIG concurrent"
# ### Vestige
-if [ "$CFG_WEBKIT" = "debug" ]; then
- QMAKE_CONFIG="$QMAKE_CONFIG webkit-debug"
-fi
-
-# ### Vestige
if [ "$CFG_QML_DEBUG" = "no" ]; then
QT_CONFIG="$QT_CONFIG no-qml-debug"
fi