summaryrefslogtreecommitdiffstats
path: root/subsurface-install.pri
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-install.pri')
-rw-r--r--subsurface-install.pri8
1 files changed, 5 insertions, 3 deletions
diff --git a/subsurface-install.pri b/subsurface-install.pri
index 387478197..b630b605c 100644
--- a/subsurface-install.pri
+++ b/subsurface-install.pri
@@ -1,6 +1,7 @@
marbledir.files = $$MARBLEDIR
xslt.files = $$XSLT_FILES
doc.files = $$DOC_FILES
+translation.files = $$replace(TRANSLATIONS, .ts, .qm)
nltab = $$escape_expand(\\n\\t)
@@ -16,12 +17,13 @@ mac {
INSTALLS += mac_bundle
install.depends += mac-deploy
- datadir = Contents/Resources/share/subsurface
+ datadir = Contents/Resources/share
marbledir.path = Contents/Resources/data
xslt.path = $$datadir
- doc.path = Contents/Resources/share/doc/subsurface
+ doc.path = $$datadir/doc
+ translation.path = Contents/Resources/translations
doc.files = $$files($$doc.files)
- QMAKE_BUNDLE_DATA += marbledir xslt doc
+ QMAKE_BUNDLE_DATA += marbledir xslt doc translation
mac_deploy.target = mac-deploy
mac_deploy.commands += $$[QT_INSTALL_BINS]/macdeployqt $${TARGET}.app