summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2021-06-10 08:49:43 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2021-06-10 18:28:52 +0200
commite69d7cf9cab6ac83d7009d5574cfe43f292271ad (patch)
treefdfb1653ff3c2fe692aae675cfa6de99aa94048a /src
parent740b8c94f27930a33298c81c2284d1f0a9e2f11b (diff)
Make Proprietary Codecs feature visible in config.summary
Pick-to: 6.2 Change-Id: I3cb466dd2a0f2e26b83db968113cd5b398b45727 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/core/api/configure.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/api/configure.cmake b/src/core/api/configure.cmake
index 46bb811a4..8e8b6044e 100644
--- a/src/core/api/configure.cmake
+++ b/src/core/api/configure.cmake
@@ -67,6 +67,7 @@ qt_feature("webengine-webchannel" PUBLIC
CONDITION TARGET Qt::WebChannel
)
qt_feature("webengine-proprietary-codecs" PRIVATE
+ SECTION "WebEngine"
LABEL "Proprietary Codecs"
PURPOSE "Enables the use of proprietary codecs such as h.264/h.265 and MP3."
AUTODETECT OFF