Skip to content

Commit

Permalink
Do not install xca.qch file
Browse files Browse the repository at this point in the history
It is not required at runtime
  • Loading branch information
chris2511 committed Aug 17, 2024
1 parent c375436 commit 4a783a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ foreach(file ${FILENAMES})
list(APPEND QTHELP_DEST "${D}/qthelp/${file}.html")
endforeach()

foreach(doc ${HTML_FILE} xca.qhc xca.qch)
foreach(doc ${HTML_FILE} xca.qhc)
string(REPLACE "-" "" id ${doc})
guid(${doc})
list(APPEND DOC_COMPREFS " <ComponentRef Id=\"Csphinx.${id}\"/>\n")
Expand Down Expand Up @@ -115,9 +115,9 @@ if(SPHINX)
endif()
endif()
if(QHELPGEN)
set(QTHELP_IDX ${D}/qthelp/xca.qhc ${D}/qthelp/xca.qch)
set(QTHELP_IDX ${D}/qthelp/xca.qhc)
add_custom_command(
OUTPUT ${QTHELP_IDX}
OUTPUT ${QTHELP_IDX} ${D}/qthelp/xca.qch
COMMAND ${QHELPGEN} ${D}/qthelp/xca.qhcp
DEPENDS sphinx-qthelp
COMMENT "Create context sensitive help index"
Expand Down

0 comments on commit 4a783a7

Please sign in to comment.