summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-15 09:45:30 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-15 09:45:30 -0800
commit79b8e558cdd888931189ee2900a352cf42fd5ed7 (patch)
tree9a76b9222f736a41bce2855d8758de52379647b8
parentbe7978679ab8986cbbc214456b7ac8805fcd8b26 (diff)
downloadsubsurface-79b8e558cdd888931189ee2900a352cf42fd5ed7.tar.gz
Fix install directory for Documentation on Mac
Can't believe I didn't catch that when I did the equivalent fix for Linux a couple of days ago... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--subsurface-install.pri3
1 files changed, 1 insertions, 2 deletions
diff --git a/subsurface-install.pri b/subsurface-install.pri
index 494da41bd..8e97ba3bf 100644
--- a/subsurface-install.pri
+++ b/subsurface-install.pri
@@ -28,10 +28,9 @@ mac {
datadir = Contents/Resources/share
marbledir.path = Contents/Resources/data
xslt.path = $$datadir
- doc.path = $$datadir/doc
+ doc.path = $$datadir/Documentation
translation.path = Contents/Resources/translations
qttranslation.path = Contents/Resources/translations
- doc.files = $$files($$doc.files)
QMAKE_BUNDLE_DATA += marbledir xslt doc translation qttranslation
mac_deploy.target = mac-deploy