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?