qt-minimalistic-builds icon indicating copy to clipboard operation
qt-minimalistic-builds copied to clipboard

Compiling QDoc

Open JulienMaille opened this issue 2 years ago • 1 comments

Compiling QDoc relies on Clang as explained here: https://doc.qt.io/qt-5/qdoc-guide-clang.html I've been trying to set LLVM_INSTALL_DIR but I keep on getting this warning after the configure.bat call

Qt Tools: QDoc ................................... no WARNING: QDoc will not be compiled, probably because libclang could not be located. This means that you cannot build the Qt documentation. Either ensure that llvm-config is in your PATH environment variable, or set 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.

Have you been able to get QDoc to compile?

JulienMaille avatar Feb 19 '22 16:02 JulienMaille

i will try when qt 6.3.0 comes out

martinrotter avatar Mar 17 '22 08:03 martinrotter