How to make QDoc shipped with Qt 5.11.2 work under Windows 7?

牧云@^-^@ 提交于 2019-12-12 09:26:03

问题


I have recently moved to Qt 5.11.2.

When I try to run qdoc.exe as an external tool from Qt Creator:

%{CurrentProject:QT_INSTALL_BINS}\qdoc.exe

with the following arguments:

%{CurrentProject:Path}/%{CurrentProject:Name}.qdocconf

in the General Message panel it is reported that the program is executed and has ended. There is no error, but the documentation is not generated.

When I try to run qdoc.exe from the command prompt, I get the following error:

The program can't start, because api-ms-win-core-sysinfo-l1-2-0.dll is missing from your computer. Try reinstalling the program to fix this problem.

I have searched the whole system for api-ms-win-core-sysinfo-l1-2-0.dll and it is indeed missing.

I took the dll from a Window 10 installation and put it in the same folder as the executable. The result is the same.

How to fix that?

来源:https://stackoverflow.com/questions/52509422/how-to-make-qdoc-shipped-with-qt-5-11-2-work-under-windows-7

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!