aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/QbsDocumentation.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QbsDocumentation.cmake')
-rw-r--r--cmake/QbsDocumentation.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/QbsDocumentation.cmake b/cmake/QbsDocumentation.cmake
index d9bdb7a09..a1ce44057 100644
--- a/cmake/QbsDocumentation.cmake
+++ b/cmake/QbsDocumentation.cmake
@@ -229,6 +229,8 @@ function(_qbs_setup_qhelpgenerator_targets _qdocconf_file _html_outputdir)
install(FILES "${_qch_outputdir}/${_target}.qch" DESTINATION "${_arg_INSTALL_DIR}"
COMPONENT qbs_qch_docs)
+ install(DIRECTORY "${_qch_outputdir}/html" DESTINATION "${_arg_INSTALL_DIR}"
+ COMPONENT qbs_html_docs)
endfunction()
# Helper functions: