CMake: Document more configure argument mappings

Change-Id: Icda71c14cde638e874cc2e6406527b9c98535165
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Joerg Bornemann 2020-08-20 15:19:07 +02:00
parent dac557295b
commit e66f5e491e

View File

@ -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 | | |