summaryrefslogtreecommitdiffstats
path: root/src/webengine/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/configure.json')
-rw-r--r--src/webengine/configure.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/webengine/configure.json b/src/webengine/configure.json
deleted file mode 100644
index ebe1ddb2b..000000000
--- a/src/webengine/configure.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "module": "webengine",
- "condition": "module.webenginecore && features.webengine-qml",
- "depends": [
- "webenginecore-private"
- ],
- "commandline": {
- "options": {
- "webengine-qml": "boolean"
- }
- },
- "features": {
- "webengine-qml": {
- "label": "Support Qt WebEngine Qml",
- "purpose": "Provides WebEngine Qml support.",
- "output": [ "privateFeature" ]
- },
- "webengine-ui-delegates": {
- "label": "UI Delegates",
- "section": "WebEngine",
- "output": [ "privateFeature" ]
- },
- "webengine-testsupport": {
- "label": "Test Support",
- "autoDetect": "features.private_tests || call.isTestsInBuildParts",
- "output": [ "privateFeature" ]
- }
- },
- "summary": [
- {
- "section": "Qt WebEngineQml",
- "entries": [
- "webengine-qml",
- "webengine-ui-delegates",
- "webengine-testsupport"
- ]
- }
- ]
-}
-