do not create invalid help files

afaik, this was a bizarre hack to make the install target work, so fix
it properly instead.
This commit is contained in:
Oswald Buddenhagen
2009-11-02 21:01:49 +01:00
parent 0ae60ba412
commit 6769c13e6e
+1 -2
View File
@@ -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
}