【问题标题】:stuck on compiling QDoc for building qt5 on windows坚持编译 QDoc 以在 Windows 上构建 qt5
【发布时间】:2020-04-23 15:48:05
【问题描述】:

基本上我是按照这个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)?

【问题讨论】:

    标签: c++ qt visual-c++ qt5


    【解决方案1】:

    通过构建从qt的MaintenanceTool下载的源码解决

    【讨论】: