[Development] Failed to run configure.bat in qt/qt5 repository on Windows?

Kai Köhne Kai.Koehne at qt.io
Thu Aug 17 12:04:03 CEST 2023


> so running
> $ ninja qdoc qtattributionsscanner 
> qhelpgenerator.
> should hopefully be sufficient

Actually both are dependencies of the doc target. And since https://codereview.qt-project.org/c/qt/qttools/+/494893, just running

 configure 
 cmake --build . docs

should be enough. If you're using a slightly older checkout of qttools, you might still need to run

  cmake --build docs qsqlite qminimal 

though.

Regards

Kai


More information about the Development mailing list