diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-15 09:45:30 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-15 09:45:30 -0800 |
commit | 79b8e558cdd888931189ee2900a352cf42fd5ed7 (patch) | |
tree | 9a76b9222f736a41bce2855d8758de52379647b8 /subsurface-install.pri | |
parent | be7978679ab8986cbbc214456b7ac8805fcd8b26 (diff) | |
download | subsurface-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>
Diffstat (limited to 'subsurface-install.pri')
-rw-r--r-- | subsurface-install.pri | 3 |
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 |