Skip to content
Snippets Groups Projects
Commit 6769c13e authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

do not create invalid help files

afaik, this was a bizarre hack to make the install target work, so fix
it properly instead.
parent 0ae60ba4
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,8 @@ qch_docs.depends += html_docs
qch_docs.files = $$QCH_FILE
unix:!macx {
system("mkdir -p `dirname $$QCH_FILE` && touch $$QCH_FILE")
qch_docs.path = /share/doc/qtcreator
qch_docs.CONFIG += no_check_exist
INSTALLS += qch_docs
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment