File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,15 +171,15 @@ function(ecm_generate_qdoc target qdocconf_file)
171
171
172
172
add_custom_target (generate_qch_${target}
173
173
COMMAND ${QHelpGenerator_EXECUTABLE}
174
- "${dest_dir} /html /${doc_target} .qhp"
174
+ "${dest_dir} /${doc_target} /${doc_target} .qhp"
175
175
-o "${qch_file_path} "
176
176
)
177
177
178
178
add_dependencies (generate_qch generate_qch_${target} )
179
179
add_dependencies (install_html_docs install_html_docs_${target} )
180
180
add_dependencies (install_qch_docs install_qch_docs_${target} )
181
181
182
- install (DIRECTORY "${dest_dir} /html /"
182
+ install (DIRECTORY "${dest_dir} /${doc_target} /"
183
183
DESTINATION "${KDE_INSTALL_QTQCHDIR} /${doc_target} "
184
184
COMPONENT _install_html_docs_${target}
185
185
EXCLUDE_FROM_ALL
You can’t perform that action at this time.
0 commit comments