summaryrefslogtreecommitdiff
path: root/doc/doc.pri
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-01-20 14:58:10 +0100
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-01-21 08:52:19 +0100
commit194175cce70b238dea014e4e4e1ceb4b95290ec0 (patch)
tree8f15bce9b9dcfcf50d66f57d8ea523f4746062ea /doc/doc.pri
parenta534a1e4d76138b3751d75a2c0fdf33f48d26e2a (diff)
downloadqt-creator-194175cce70b238dea014e4e4e1ceb4b95290ec0.tar.gz
Fixes: make install workd
Details: Make install works now, we just have to agree on layout details and check for mac compatibility. Also, plugins will carry no version in their filename anymore starting with this commit. Versioning happens in the creators pluginloader using the pluginspec file.
Diffstat (limited to 'doc/doc.pri')
-rw-r--r--doc/doc.pri5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc.pri b/doc/doc.pri
index bfcaaecf33..4ed0de9937 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -21,6 +21,11 @@ qch_docs.commands = $$HELPGENERATOR -o $$QCH_FILE $$QHP_FILE
qch_docs.depends += html_docs
qch_docs.files = $$QCH_FILE
+linux-* {
+ qch_docs.path = /share/doc/qtcreator
+ INSTALLS += qch_docs
+}
+
macx {
cp_docs.commands = $${QMAKE_COPY_DIR} $${OUT_PWD}/doc $${OUT_PWD}/bin/QtCreator.app/Contents/Resources
cp_docs.depends += qch_docs