From 2f7e6b3448bddcaab126b3871eba19ecb2e4ea34 Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Thu, 23 Feb 2023 13:40:32 +0100 Subject: [PATCH] Fix a typo Change-Id: I13c344113c2e924dbe43995affe9b1aa3647f2aa Reviewed-by: Alexey Edelev (cherry picked from commit a1782c149215623c8db3e429112385ea60ec23c5) Reviewed-by: Qt Cherry-pick Bot --- cmake/configure-cmake-mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |