aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc.pri
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-02-13 11:27:07 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-02-15 16:46:35 +0100
commit9b8b34488ec38e70c1c567c364f6427f52d75c20 (patch)
tree4332f03c8c07bcced8ab1629b320bbaa69f5783b /doc/doc.pri
parent4766194e2e7573f8d65fefc059d8f40117c19f6e (diff)
Make project installable on Unix/Linux.
- Add installation rules. - Adapt rpath and some publicly visible #includes to be relocatable. Change-Id: Ie3560bbf2a5ec4d41e5e3064a95a5273f683df08 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'doc/doc.pri')
-rw-r--r--doc/doc.pri8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/doc.pri b/doc/doc.pri
index 693ea04ac..8b871ee11 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -49,11 +49,9 @@ qch_docs.commands = $$HELPGENERATOR -o $$shell_quote($$QCH_FILE) $$QHP_FILE
qch_docs.depends += html_docs
qch_docs.files = $$QCH_FILE
-unix:!macx {
- qch_docs.path = /share/doc/qbs
- qch_docs.CONFIG += no_check_exist
- INSTALLS += qch_docs
-}
+qch_docs.path = /share/doc/qbs
+qch_docs.CONFIG += no_check_exist
+INSTALLS += qch_docs
docs.depends = qch_docs
QMAKE_EXTRA_TARGETS += html_docs qch_docs docs