From c2146e4016cf5bc6bd44ca5c5b5aecbe66dd8818 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 3 Sep 2021 12:29:10 +0200 Subject: Add the documented configure commandline options Add the missing src/core/api/qt_cmdline.cmake file that defines the commandline options that are documented in config_help.txt. Pick-to: 6.2 Task-number: QTBUG-95717 Change-Id: I54c88a5bfbfb1f497ee60f3e023b96317f385526 Reviewed-by: Michal Klocek --- src/core/api/qt_cmdline.cmake | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/core/api/qt_cmdline.cmake (limited to 'src/core/api') diff --git a/src/core/api/qt_cmdline.cmake b/src/core/api/qt_cmdline.cmake new file mode 100644 index 000000000..f2c203afe --- /dev/null +++ b/src/core/api/qt_cmdline.cmake @@ -0,0 +1,13 @@ +qt_commandline_option(webengine-alsa TYPE boolean NAME webengine-system-alsa) +qt_commandline_option(webengine-embedded-build TYPE boolean) +qt_commandline_option(webengine-icu TYPE enum NAME webengine-system-icu MAPPING system yes qt no) +qt_commandline_option(webengine-ffmpeg TYPE enum NAME webengine-system-ffmpeg MAPPING system yes qt no) +qt_commandline_option(webengine-opus TYPE enum NAME webengine-system-opus MAPPING system yes qt no) +qt_commandline_option(webengine-webp TYPE enum NAME webengine-system-libwebp MAPPING system yes qt no) +qt_commandline_option(webengine-pepper-plugins TYPE boolean) +qt_commandline_option(webengine-printing-and-pdf TYPE boolean) +qt_commandline_option(webengine-proprietary-codecs TYPE boolean) +qt_commandline_option(webengine-pulseaudio TYPE boolean NAME webengine-system-pulseaudio) +qt_commandline_option(webengine-spellchecker TYPE boolean) +qt_commandline_option(webengine-native-spellchecker TYPE boolean) +qt_commandline_option(webengine-webrtc TYPE boolean) -- cgit v1.2.3