aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc.pri
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-06-12 14:52:57 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-06-12 15:27:13 +0200
commit8b2df3290fce237b2afac4051a463d0b1b9f0afa (patch)
tree7f41368d52d6fb4448828a05ba98483c95573a8f /doc/doc.pri
parent52efa3170e6e57b9a02d497e931c09db22f1b899 (diff)
fix doc install target, attempt 98
Change-Id: I0d9f63c23120bf49e2c485c0a6e9d219435a6bb2 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'doc/doc.pri')
-rw-r--r--doc/doc.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc.pri b/doc/doc.pri
index 29e2c628f..7c6491a06 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -56,9 +56,10 @@ qch_docs.files = $$QCH_FILE
qch_docs.path = $${QBS_INSTALL_PREFIX}/share/doc/qbs
qch_docs.CONFIG += no_check_exist
+html_files.depends += html_docs
html_files.files = $$HTML_DOC_PATH
html_files.path = $$qch_docs.path
-html_files.CONFIG += no_check_exist
+html_files.CONFIG += no_check_exist no_default_install directory
INSTALLS += qch_docs html_files