Commit 16b3bae8 authored by Mitch Curtis's avatar Mitch Curtis
Browse files

Explain to the user that clang is required for qdoc to be built


Change-Id: Id2e588dcf6e0eb20005aae97ca00dcdc0e68426e
Reviewed-by: default avatarJędrzej Nowacki <jedrzej.nowacki@qt.io>
parent 85624e87
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -48,7 +48,7 @@ for(_, $$list(_)) { # just a way to break easily ...@@ -48,7 +48,7 @@ for(_, $$list(_)) { # just a way to break easily
clangInstallDir = $$replace(LLVM_INSTALL_DIR, _ARCH_, 32) clangInstallDir = $$replace(LLVM_INSTALL_DIR, _ARCH_, 32)
isEmpty(LLVM_INSTALL_DIR) { isEmpty(LLVM_INSTALL_DIR) {
win32 { win32 {
log("Set the LLVM_INSTALL_DIR environment variable to configure clang location.$$escape_expand(\\n)") log("Set the LLVM_INSTALL_DIR environment variable to configure clang location (required to build qdoc).$$escape_expand(\\n)")
break() break()
} }
clangInstallDir = /usr clangInstallDir = /usr
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment