summaryrefslogtreecommitdiffstats
path: root/src/core/api
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-09-03 12:29:10 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-09-07 00:25:07 +0200
commitc2146e4016cf5bc6bd44ca5c5b5aecbe66dd8818 (patch)
treedb2c2792566712c05ddc8a55af167d0b5982a0ac /src/core/api
parentb35697e8e9d12532a7a820ebd90efc460f84b421 (diff)
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 <michal.klocek@qt.io>
Diffstat (limited to 'src/core/api')
-rw-r--r--src/core/api/qt_cmdline.cmake13
1 files changed, 13 insertions, 0 deletions
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)