aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-11-07 09:43:54 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-11-07 09:10:20 +0000
commita10f154e3b46cc004ab6f7d5319f550c450987d4 (patch)
tree8b9d75e551cf6438757a5c1801289891dfe1927f
parent692ff260851575171be6751a7bdf34a744c2ed9d (diff)
Temporarily remove dependency on qml-debug feature
This is so that we can integrate a qt5.git without that feature, before pushing another change that re-adds it to qtdeclarative. Change-Id: I648f368893927fabc80a12494d039609060b03f6 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--src/qml/configure.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index 257bedecbc..7c0a33bc71 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -33,7 +33,6 @@
"features.commandlineparser",
"features.localserver",
"features.process",
- "features.qml-debug",
"features.qml-network",
"features.xmlstreamwriter"
],