mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
be7978679a
commit
79b8e558cd
1 changed files with 1 additions and 2 deletions
|
@ -28,10 +28,9 @@ mac {
|
||||||
datadir = Contents/Resources/share
|
datadir = Contents/Resources/share
|
||||||
marbledir.path = Contents/Resources/data
|
marbledir.path = Contents/Resources/data
|
||||||
xslt.path = $$datadir
|
xslt.path = $$datadir
|
||||||
doc.path = $$datadir/doc
|
doc.path = $$datadir/Documentation
|
||||||
translation.path = Contents/Resources/translations
|
translation.path = Contents/Resources/translations
|
||||||
qttranslation.path = Contents/Resources/translations
|
qttranslation.path = Contents/Resources/translations
|
||||||
doc.files = $$files($$doc.files)
|
|
||||||
QMAKE_BUNDLE_DATA += marbledir xslt doc translation qttranslation
|
QMAKE_BUNDLE_DATA += marbledir xslt doc translation qttranslation
|
||||||
|
|
||||||
mac_deploy.target = mac-deploy
|
mac_deploy.target = mac-deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue