From 48c30124e0a3082d09a1e08e6d7a3bd8c4a69b83 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Thu, 12 Jan 2017 11:13:39 +0100 Subject: Add pepper-plugins feature to new configure system Task-number: QTBUG-57731 Task-number: QTBUG-58108 Change-Id: I253dab52361afd411dcf545fab752836c19ee3c7 Reviewed-by: Qt CI Bot Reviewed-by: Allan Sandfeld Jensen --- configure.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.json') diff --git a/configure.json b/configure.json index 531a034e6..03b9611c1 100644 --- a/configure.json +++ b/configure.json @@ -9,6 +9,7 @@ "commandline": { "options": { "alsa": "boolean", + "pepper-plugins": "boolean", "printing-and-pdf": "boolean", "proprietary-codecs": "boolean", "pulseaudio": "boolean", @@ -55,6 +56,12 @@ "condition": "libs.pulseaudio", "output": [ "privateFeature" ] }, + "pepper-plugins": { + "label": "Pepper Plugins", + "autoDetect": "!features.cross_compile", + "purpose": "Enables use of Pepper Flash and Widevine plugins", + "output": [ "privateFeature" ] + }, "printing-and-pdf": { "label": "Printing and PDF", "condition": "module.printsupport && features.printer", @@ -89,6 +96,7 @@ { "section": "Qt WebEngine", "entries": [ + "pepper-plugins", "printing-and-pdf", "proprietary-codecs", "spellchecker", -- cgit v1.2.3