Skip to content

Commit

Permalink
Merge pull request uriparser#191 from uriparser/rename-qch-output
Browse files Browse the repository at this point in the history
Migrate from naming ".qch" to "-doc.qch"
  • Loading branch information
hartwork authored May 5, 2024
2 parents bfe94f6 + 39a4e12 commit 85d599c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ if(URIPARSER_BUILD_DOCS)
if(QHG_LOCATION)
uriparser_install(
FILES
${CMAKE_CURRENT_BINARY_DIR}/doc/uriparser-${PROJECT_VERSION}.qch
${CMAKE_CURRENT_BINARY_DIR}/doc/uriparser-${PROJECT_VERSION}-doc.qch
DESTINATION
${CMAKE_INSTALL_DOCDIR}
)
Expand Down
2 changes: 1 addition & 1 deletion doc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/Doxyfile
/html
/release.sh
/uriparser-*.qch
/uriparser-*-doc.qch
/uriparser-*-doc.zip
2 changes: 1 addition & 1 deletion doc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ QHP_NAMESPACE = "io.github.uriparser"
QHP_VIRTUAL_FOLDER = "uriparser-@PROJECT_VERSION@"

# .qch output
QCH_FILE = "../@PROJECT_NAME@-@[email protected]"
QCH_FILE = "../@PROJECT_NAME@-@PROJECT_VERSION@-doc.qch"
QHG_LOCATION = "@QHG_LOCATION@"


Expand Down

0 comments on commit 85d599c

Please sign in to comment.