summaryrefslogtreecommitdiff
path: root/doc/doc.pri
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2012-09-07 09:50:07 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-09-07 10:02:40 +0200
commitb56b1c7d5917a5b4f72b2e0da01b2c2c71002616 (patch)
tree9bca21c8afa302b7fd436ffc718f67c8bc31ea2f /doc/doc.pri
parent7337152c1e0e626d8ea55beb1b17f1502a4c5683 (diff)
downloadqt-creator-b56b1c7d5917a5b4f72b2e0da01b2c2c71002616.tar.gz
Revert "Introduce $$QTC_PREFIX instead of abusing $(INSTALL_ROOT)."
It depends on and mixes in changes made in another change on gerrit that is not merged, so it breaks the package build. This reverts commit c29bf6f6525d435d69936576761b4a29102cd056. Change-Id: Ibb251150909271f3e119f05a1691832aae8ac633 Reviewed-by: Eike Ziller <eike.ziller@nokia.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 c163bce40c..285951f22c 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -78,12 +78,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 = /share/doc/qtcreator
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 = /share/doc/qtcreator
inst_dev_qch_docs.CONFIG += no_check_exist no_default_install
INSTALLS += inst_dev_qch_docs