summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-09-18 13:50:33 +0200
committerKai Koehne <kai.koehne@qt.io>2020-09-24 13:28:57 +0200
commit032fe8204ffe26ec9a85185903cd1ef54e823a15 (patch)
treed076e8930a441468457291f2962e70cd57470557 /configure.json
parentabf9d633713b9dfb56452baed868f82bfc3b7bc6 (diff)
CMake: Do not recommend using llvm-config anymore
cmake/FindWrapLibClang.cmake does automatically prepend environment variable and CMake variable LLVM_INSTALL_DIR to CMAKE_PREFIX_PATH. So let's document that. Change-Id: I73828e454676571beebcdc4eda3223f18824ecaa Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.json b/configure.json
index f77921fc7..4b8e64e79 100644
--- a/configure.json
+++ b/configure.json
@@ -115,10 +115,9 @@
"type": "warning",
"condition": "!features.clang",
"message": "QDoc will not be compiled, probably because libclang could not be located. This means that you cannot build the Qt documentation.\n
-Either ensure that llvm-config is in your PATH environment variable, or set LLVM_INSTALL_DIR to the location of your llvm installation.
+Either set CMAKE_PREFIX_PATH or LLVM_INSTALL_DIR to the location of your llvm installation.
On Linux systems, you may be able to install libclang by installing the libclang-dev or libclang-devel package, depending on your distribution.
-On macOS, you can use Homebrew's llvm package.
-On Windows, you must set LLVM_INSTALL_DIR to the installation path."
+On macOS, you can use Homebrew's llvm package."
},
{
"type": "warning",