From d7457460abac9023780c21b69af6c2ba201a47d7 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 19 Dec 2017 16:06:32 +0100 Subject: Drop the qml-interpreter feature We cannot build QML without interpreter anymore. Change-Id: Ibc51240caa956132eef8753fa6c75939026930d5 Reviewed-by: Lars Knoll --- src/qml/configure.json | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/qml/configure.json') diff --git a/src/qml/configure.json b/src/qml/configure.json index 723bd740fc..b744ea6948 100644 --- a/src/qml/configure.json +++ b/src/qml/configure.json @@ -7,19 +7,12 @@ "commandline": { "options": { - "qml-interpreter": "boolean", "qml-network": "boolean", "qml-debug": "boolean" } }, "features": { - "qml-interpreter": { - "label": "QML interpreter", - "purpose": "Provides the QML interpreter.", - "section": "QML", - "output": [ "privateFeature" ] - }, "qml-network": { "label": "QML network support", "purpose": "Provides network transparency.", @@ -53,7 +46,6 @@ { "section": "Qt QML", "entries": [ - "qml-interpreter", "qml-network", "qml-debug" ] -- cgit v1.2.3