summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@theqtcompany.com>2016-05-12 12:24:08 +0300
committerIikka Eklund <iikka.eklund@theqtcompany.com>2016-05-16 10:55:40 +0000
commitac4784ad6fb26994ae7c6502cb4ec89ae39b9103 (patch)
tree769acf0cba159ed1afe8bdd644ba47de6a3c7e00 /doc
parent9bdcadbc3c189f2b2c408538066e3726820defd8 (diff)
Do not force doc build on Linux when calling "make install"
Change-Id: I7081e43810ec8c05c75f6772140e1a464dbc08ad Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/doc.pri6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/doc.pri b/doc/doc.pri
index f23df0e26..a11a39b53 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -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