summaryrefslogtreecommitdiff
path: root/doc/doc.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-09-12 14:34:28 +0200
committerDaniel Teske <daniel.teske@digia.com>2014-09-15 12:10:01 +0200
commitca492c8facd3e7b086e17788aded1a8299353a85 (patch)
tree008617a0eebd87ff7e8ac0134dacd896744da131 /doc/doc.pri
parent7dbb9b267865bdaeb9cdd07b4d554f31dfd88305 (diff)
downloadqt-creator-ca492c8facd3e7b086e17788aded1a8299353a85.tar.gz
use DISTFILES instead of OTHER_FILES in creator's own build system
it's the correct variable to use. Change-Id: I9ec7795099097715a64969516cd3fae9e213a0f4 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'doc/doc.pri')
-rw-r--r--doc/doc.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc.pri b/doc/doc.pri
index 7fcb3bc7e1..fa52a5c602 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -87,7 +87,7 @@ docs_online.depends = html_docs_online dev_html_docs_online
docs.depends = qch_docs dev_qch_docs
QMAKE_EXTRA_TARGETS += html_docs dev_html_docs html_docs_online dev_html_docs_online qch_docs dev_qch_docs docs docs_online
-OTHER_FILES = $$HELP_DEP_FILES $$DEV_HELP_DEP_FILES
+DISTFILES = $$HELP_DEP_FILES $$DEV_HELP_DEP_FILES
fixnavi.commands = \
cd $$shell_path($$PWD) && \