aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-05-31 11:38:39 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-06-01 11:50:52 +0200
commit39368e76419901075292882d09998378f4a73b05 (patch)
tree4f8acde99be3fbe4a061f652b312704644b8c3b2 /doc/doc.pri
parent1b5b54de2bf92845b479cc44a0b5a08d3911846f (diff)
move install code where it belongs
make inst_qch_docs a separate "structure" to avoid confusion, and move the .files assignment to that structure's initializer. Change-Id: I896ccaabe701736ca82db31c189ed88a19d1e8ad Reviewed-on: http://codereview.qt.nokia.com/284 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Diffstat (limited to 'doc/doc.pri')
-rw-r--r--doc/doc.pri8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/doc.pri b/doc/doc.pri
index 81dd275a7e..06c5755a44 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -38,12 +38,12 @@ html_docs_online.depends += $$HELP_DEP_FILES
qch_docs.commands = $$HELPGENERATOR -o \"$$QCH_FILE\" $$QHP_FILE
qch_docs.depends += html_docs
-qch_docs.files = $$QCH_FILE
unix:!macx {
- qch_docs.path = /share/doc/qtcreator
- qch_docs.CONFIG += no_check_exist
- INSTALLS += qch_docs
+ inst_qch_docs.files = $$QCH_FILE
+ inst_qch_docs.path = /share/doc/qtcreator
+ inst_qch_docs.CONFIG += no_check_exist
+ INSTALLS += inst_qch_docs
}
docs_online.depends = html_docs_online