From e66f5e491e1a47a49f2a8823d04ef83aa6ef7744 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 20 Aug 2020 15:19:07 +0200 Subject: [PATCH] CMake: Document more configure argument mappings Change-Id: Icda71c14cde638e874cc2e6406527b9c98535165 Reviewed-by: Alexandru Croitor --- cmake/configure-cmake-mapping.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/configure-cmake-mapping.md b/cmake/configure-cmake-mapping.md index cafe139ce88..d792642a63a 100644 --- a/cmake/configure-cmake-mapping.md +++ b/cmake/configure-cmake-mapping.md @@ -27,9 +27,9 @@ The effort of this is tracked in QTBUG-85373 and QTBUG-85349. | -debug | -DCMAKE_BUILD_TYPE=Debug | | | -debug-and-release | -G "Ninja Multi-Config" | | | | -DCMAKE_CONFIGURATION_TYPES=Release;Debug | | -| -optimize-debug | | | +| -optimize-debug | -DFEATURE_optimize_debug=ON | | | -optimize-size | | | -| -optimized-tools | | | +| -optimized-tools | n/a | This affects only host tools. | | -force-debug-info | Use the RelWithDebInfo build config. | | | -separate-debug-info | -DFEATURE_separate_debug_info=ON | | | -gdb-index | | | @@ -143,7 +143,7 @@ The effort of this is tracked in QTBUG-85373 and QTBUG-85349. | -imf | | | | -libinput | | | | -mtdev | | | -| -tslib | | | +| -tslib | -DFEATURE_tslib=ON | | | -bundled-xcb-xinput | | | | -xkbcommon | | | | -gif | | |