summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2024-03-07 15:32:00 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-08 04:47:02 +0000
commit617aa644c0db128ba084e6ed752b840559a7d378 (patch)
treeee77f2aef6012b05c067fb73576d894fa3cf3d41 /cmake
parent1e89a6e587637b9ede469f5d49fda62e2f1aa54e (diff)
configure-cmake-mapping.md: add -qt-host-path and -DQT_HOST_PATH
Pick-to: 6.6 6.5 Change-Id: I6deb7b648c39adb8fb2765de5be29b0743ef2836 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit d130886997575ee1ffc20bfcfb6344526ca28533) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/configure-cmake-mapping.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/configure-cmake-mapping.md b/cmake/configure-cmake-mapping.md
index 8bec240111..3eca2c4216 100644
--- a/cmake/configure-cmake-mapping.md
+++ b/cmake/configure-cmake-mapping.md
@@ -8,6 +8,7 @@ The following table describes the mapping of configure options to CMake argument
| -extprefix /opt/qt6 | -DCMAKE_STAGING_PREFIX=/opt/qt6 | |
| -bindir <dir> | -DINSTALL_BINDIR=<dir> | similar for -headerdir -libdir and so on |
| -hostdatadir <dir> | -DINSTALL_MKSPECSDIR=<dir> | |
+| -qt-host-path <dir> | -DQT_HOST_PATH=<dir> | |
| -help | n/a | Handled by configure[.bat]. |
| -verbose | --log-level=STATUS | Sets the CMake log level to STATUS. The default one is NOTICE. |
| -continue | | |