Re: [Development] Lots of qdoc-related warning messages when building 'docs' target in Qt-6.6.0?

2023-10-23 Thread Kai Köhne via Development
Hi, QDoc needs to parse C++ sources to actually generate the API documentation. This requires a build where the modules are actually configured. This explains some of the warnings you see - Qt WebEngine, Qt PDF cannot be built on MinGW, and likewise Qt Wayland (Compositor). Anyway, like Paul s

Re: [Development] Lots of qdoc-related warning messages when building 'docs' target in Qt-6.6.0?

2023-10-23 Thread Paul Wicking via Development
On 22 Oct 2023, at 05:21, Haowei Hsu wrote: Hello, Paul. Hi! I've read https://doc.qt.io/qt-6/qdoc-warnings.html, but still don't figure it out. BTW, I also tried to build docs of Qt-6.5.3, and still encountered the same problem. For example: [snip] You can see the full logs in attachmen