MINGW-packages/mingw-w64-qt6-doc/001-fix-qtdocs-helpers-cmake.patch
مهدي شينون (Mehdi Chinoune) 100b841796 qt6-doc: update to 6.9.0
2025-04-10 12:26:33 +01:00

12 lines
454 B
Diff

--- a/cmake/QtDocsHelpers.cmake
+++ b/cmake/QtDocsHelpers.cmake
@@ -152,7 +152,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}")