forked from qt-creator/qt-creator
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:
+1
-2
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user