基本上,我按照这个post来构建qt5,在运行configure命令后,它会提示:
WARNING: QDOC will not be compiled, probably because libclang could not be located. This means theat you cannot build the Qt ducomentation.
...
On Windows, you must set LLVN_INSTALL_DIR to the installation path.所以我在这个page后面设置了一个环境变量LLVM_INSTALL_DIR (我得到了LLVM here),当我在命令提示符中输入set LLVM_INSTALL_DIR时,它会输出LLVM_INSTALL_DIR=D:\LLVM。因此,我确信LLVM已经正确安装。谁能帮我消除这个警告(我的IDE是Visual Studio 2019)?
发布于 2020-01-06 14:50:01
通过构建从qt的MaintenanceTool下载的源码解决
https://stackoverflow.com/questions/59606368
复制相似问题