forked from qt-creator/qt-creator
Fixes: Make qmake generate install target for docs
This commit is contained in:
@@ -21,7 +21,11 @@ qch_docs.commands = $$HELPGENERATOR -o $$QCH_FILE $$QHP_FILE
|
|||||||
qch_docs.depends += html_docs
|
qch_docs.depends += html_docs
|
||||||
qch_docs.files = $$QCH_FILE
|
qch_docs.files = $$QCH_FILE
|
||||||
|
|
||||||
linux-* {
|
unix:!macx {
|
||||||
|
system("mkdir -p `dirname $$QCH_FILE` && touch $$QCH_FILE")
|
||||||
|
}
|
||||||
|
|
||||||
|
unix:!macx {
|
||||||
qch_docs.path = /share/doc/qtcreator
|
qch_docs.path = /share/doc/qtcreator
|
||||||
INSTALLS += qch_docs
|
INSTALLS += qch_docs
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user