aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc.pri
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-09-04 13:47:44 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-09-22 12:16:08 +0000
commit9dd84323df5c0ca1f0014d5c95c8771e69d1e9a0 (patch)
tree7ff49649ca2b14582f792ba9bf196e6976d1dd11 /doc/doc.pri
parentd5b4960916d55954c80caf1610387c4efc983ca7 (diff)
Use variables for install locations
Define variables in qtcreator.pri for the various install locations, instead of hardcoding the paths everywhere where they are needed. Change-Id: Ia34de711a7f2be317272ede023e2a8b9cdcc30fe Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'doc/doc.pri')
-rw-r--r--doc/doc.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc.pri b/doc/doc.pri
index 550f60a3a9..d04712aba6 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -68,12 +68,12 @@ dev_qch_docs.depends += dev_html_docs
!macx {
inst_qch_docs.files = $$QCH_FILE
- inst_qch_docs.path = $$QTC_PREFIX/share/doc/qtcreator
+ inst_qch_docs.path = $$INSTALL_DOC_PATH
inst_qch_docs.CONFIG += no_check_exist no_default_install
INSTALLS += inst_qch_docs
inst_dev_qch_docs.files = $$DEV_QCH_FILE
- inst_dev_qch_docs.path = $$QTC_PREFIX/share/doc/qtcreator
+ inst_dev_qch_docs.path = $$INSTALL_DOC_PATH
inst_dev_qch_docs.CONFIG += no_check_exist no_default_install
INSTALLS += inst_dev_qch_docs