MINGW-packages/mingw-w64-qt6-base/002-fix-qtdocs-helpers-cmake.patch
sunderme 3b9e0199fb
qt6: update to 6.8.1 (#22768)
* qt:update to 6.8.1

* FIX PATCH

* update sha

* patch 3rd party

* fix patch

* another patch in 3rd party

* adapt patch
2024-12-08 19:18:57 +01:00

12 lines
453 B
Diff

--- a/cmake/QtDocsHelpers.cmake
+++ b/cmake/QtDocsHelpers.cmake
@@ -86,7 +86,7 @@
set(executable_suffix "")
endif()
- set(qdoc_bin "${doc_tools_bin}/qdoc${executable_suffix}")
+ set(qdoc_bin "${doc_tools_bin}/qdoc-qt6${executable_suffix}")
set(qtattributionsscanner_bin "${doc_tools_libexec}/qtattributionsscanner${executable_suffix}")
set(qhelpgenerator_bin "${doc_tools_libexec}/qhelpgenerator${executable_suffix}")