From 869448d088fd79f8ecd02728fba16c8d7cd89d0b Mon Sep 17 00:00:00 2001 From: Li Xinwei <1326710505@qq.com> Date: Tue, 8 Dec 2020 22:45:21 +0800 Subject: [PATCH] CMake: Document some missing configure cmake mappings Change-Id: I4b15dde581e28aece52d7f98cb3d94827e8bcc33 Reviewed-by: Alexandru Croitor (cherry picked from commit c9ac82f3b8e37a6db02c63e10b1de6909630c5f1) Reviewed-by: Qt Cherry-pick Bot --- cmake/configure-cmake-mapping.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cmake/configure-cmake-mapping.md b/cmake/configure-cmake-mapping.md index f6615b02a63..99bce46a3df 100644 --- a/cmake/configure-cmake-mapping.md +++ b/cmake/configure-cmake-mapping.md @@ -111,7 +111,7 @@ The effort of this is tracked in QTBUG-85373 and QTBUG-85349. | | | build them separately, after configuration. | | -nomake | -DQT_BUILD_TESTS=OFF | A way to turn off tools explicitly is missing. | | | -DQT_BUILD_EXAMPLES=OFF | | -| -no-gui | | | +| -no-gui | -DFEATURE_gui=OFF | | | -no-widgets | -DFEATURE_widgets=OFF | | | -no-dbus | -DFEATURE_dbus=OFF | | | -dbus [linked/runtime] | -DINPUT_dbus=[linked/runtime] | | @@ -145,10 +145,10 @@ The effort of this is tracked in QTBUG-85373 and QTBUG-85349. | | -DFEATURE_system_harfbuzz=ON/OFF | | | -gtk | -DFEATURE_gtk3=ON | | | -lgmon | n/a | QNX-specific | -| -no-opengl | | | -| -opengl | | | -| -opengles3 | | | -| -egl | | | +| -no-opengl | -DINPUT_opengl=no | | +| -opengl | -DINPUT_opengl= | | +| -opengles3 | -DFEATURE_opengles3=ON | | +| -egl | -DFEATURE_egl=ON | | | -qpa | -DQT_QPA_DEFAULT_PLATFORM= | | | -xcb-xlib | -DFEATURE_xcb_xlib=ON | | | -direct2d | -DFEATURE_direct2d=ON | |