From d130886997575ee1ffc20bfcfb6344526ca28533 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 7 Mar 2024 15:32:00 +0800 Subject: configure-cmake-mapping.md: add -qt-host-path and -DQT_HOST_PATH Pick-to: 6.5 6.6 6.7 Change-Id: I6deb7b648c39adb8fb2765de5be29b0743ef2836 Reviewed-by: Alexandru Croitor --- cmake/configure-cmake-mapping.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/configure-cmake-mapping.md b/cmake/configure-cmake-mapping.md index 804ca0545b..4cddd91622 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 | -DINSTALL_BINDIR= | similar for -headerdir -libdir and so on | | -hostdatadir | -DINSTALL_MKSPECSDIR= | | +| -qt-host-path | -DQT_HOST_PATH= | | | -help | n/a | Handled by configure[.bat]. | | -verbose | --log-level=STATUS | Sets the CMake log level to STATUS. The default one is NOTICE. | | -continue | | | -- cgit v1.2.3