diff --git a/cmake/configure-cmake-mapping.md b/cmake/configure-cmake-mapping.md index d504bd8d4be..78d9152a428 100644 --- a/cmake/configure-cmake-mapping.md +++ b/cmake/configure-cmake-mapping.md @@ -97,7 +97,7 @@ The following table describes the mapping of configure options to CMake argument | -skip ,..., | -DBUILD_=OFF | | | -skip-tests ,..., | -DQT_BUILD_TESTS_PROJECT_=OFF | | | -skip-examples ,..., | -DQT_BUILD_EXAMPLES_PROJECT_=OFF | | -| -submodules ,..., | -DQT_BUILD_SUBMODULES=;...; | | +| -submodules ,..., | -DQT_BUILD_SUBMODULES=;...; | | | -make | -DQT_BUILD_TESTS=ON | A way to turn on tools explicitly is missing. If tests/examples | | | -DQT_BUILD_EXAMPLES=ON | are enabled, you can disable their building as part of the | | | | 'all' target by also passing -DQT_BUILD_TESTS_BY_DEFAULT=OFF or |