summaryrefslogtreecommitdiffstats
path: root/cmake/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/README.md')
-rw-r--r--cmake/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/README.md b/cmake/README.md
index 864d0998b5..65be11666d 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -56,6 +56,8 @@ The basic way of building with cmake is as follows:
cmake --install .
```
+The mapping of configure options to CMake arguments is described [here](configure-cmake-mapping.md).
+
You need one build directory per Qt module. The build directory can be a sub-directory inside the
module ``qtbase/build`` or an independent directory ``qtbase_build``. The installation prefix is
chosen when running cmake by passing ``-DCMAKE_INSTALL_PREFIX``. To build more than one Qt module,