mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Install qt translations into Mac bundle
This is much harder than it should be... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
344fc98bfc
commit
d031b54d16
2 changed files with 14 additions and 1 deletions
|
|
@ -143,6 +143,17 @@ TRANSLATIONS = \
|
|||
translations/subsurface_sk_SK.ts \
|
||||
translations/subsurface_sv_SE.ts
|
||||
|
||||
QTTRANSLATIONS = \
|
||||
qt_da.qm \
|
||||
qt_de.qm \
|
||||
qt_es.qm \
|
||||
qt_fr.qm \
|
||||
qt_pl.qm \
|
||||
qt_pt.qm \
|
||||
qt_ru.qm \
|
||||
qt_sk.qm \
|
||||
qt_sv.qm
|
||||
|
||||
doc.commands += $$escape_expand(\\n\\t)$(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation/ doc
|
||||
all.depends += doc
|
||||
QMAKE_EXTRA_TARGETS += doc all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue