* qt:update to 6.8.1 * FIX PATCH * update sha * patch 3rd party * fix patch * another patch in 3rd party * adapt patch
12 lines
453 B
Diff
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}")
|
|
|