Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
None
-
6.8
-
None
-
-
79e91c7e49c22c964c9d7b059946e44f25339098
Description
Steps to reproduce (e.g. on macOS)
../qt5/configure -developer-build -make examples -submodules qtdoc -- -DLLVM_INSTALL_DIR=/opt/homebrew/Cellar/llvm/17.0.6 ninja
Expected outcome: qtdoc with examples compiles w/o errors.
Actual outcome: error om qtdoc/examples/demos/stoqt/CMakeLists.txt:18, unknown command qt_standard_project_setup.
Reason: The example has not been tested in a qtdoc build with examples. It has only been tested standalone. It passed CI, because CI doesn't test qtdoc with examples.