diff --git a/cmake/configure-cmake-mapping.md b/cmake/configure-cmake-mapping.md index 796c30c01cf..383c64ca106 100644 --- a/cmake/configure-cmake-mapping.md +++ b/cmake/configure-cmake-mapping.md @@ -100,7 +100,7 @@ The following table describes the mapping of configure options to CMake argument | -android-javac-source | -DQT_ANDROID_JAVAC_SOURCE=7 | Set the javac build source version. | | -android-javac-target | -DQT_ANDROID_JAVAC_TARGET=7 | Set the javac build target version. | | -skip ,..., | -DBUILD_=OFF | | -| -submodules ,..., | -QT_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 |