Skip to content

Commit 59e438c

Browse files
committed
[ECMGenerateQDoc] Fix locations for generated HTML files
Use the output location for offline docs, not online docs
1 parent d084b74 commit 59e438c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ECMGenerateQDoc.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,15 @@ function(ecm_generate_qdoc target qdocconf_file)
171171

172172
add_custom_target(generate_qch_${target}
173173
COMMAND ${QHelpGenerator_EXECUTABLE}
174-
"${dest_dir}/html/${doc_target}.qhp"
174+
"${dest_dir}/${doc_target}/${doc_target}.qhp"
175175
-o "${qch_file_path}"
176176
)
177177

178178
add_dependencies(generate_qch generate_qch_${target})
179179
add_dependencies(install_html_docs install_html_docs_${target})
180180
add_dependencies(install_qch_docs install_qch_docs_${target})
181181

182-
install(DIRECTORY "${dest_dir}/html/"
182+
install(DIRECTORY "${dest_dir}/${doc_target}/"
183183
DESTINATION "${KDE_INSTALL_QTQCHDIR}/${doc_target}"
184184
COMPONENT _install_html_docs_${target}
185185
EXCLUDE_FROM_ALL

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy