4
0
mirror of https://github.com/QuasarApp/installer-framework.git synced 2025-05-02 08:19:34 +00:00

Do not force doc build on Linux when calling "make install"

Change-Id: I7081e43810ec8c05c75f6772140e1a464dbc08ad
Reviewed-by: Katja Marttila <katja.marttila@qt.io>
This commit is contained in:
Iikka Eklund 2016-05-12 12:24:08 +03:00
parent 9bdcadbc3c
commit ac4784ad6f

@ -34,12 +34,6 @@ qch_docs.commands = $$HELPGENERATOR -o $$QCH_FILE $$QHP_FILE
qch_docs.depends += html_docs
qch_docs.files = $$QCH_FILE
unix:!macx {
qch_docs.path = $$PREFIX/doc
qch_docs.CONFIG += no_check_exist
INSTALLS += qch_docs
}
docs_online.depends = html_docs_online
QMAKE_EXTRA_TARGETS += html_docs_online docs_online