mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-18 00:43:48 +02:00
also install translations to build dir
This commit is contained in:
parent
105ad5fe9b
commit
a05c3b2efb
@ -51,6 +51,7 @@ QMAKE_EXTRA_TARGETS += lupdate
|
||||
# make lrelease to build .qm from .ts
|
||||
lrelease.depends = FORCE
|
||||
for (entry, PLUGIN_DIRS):lrelease.commands += $$[QT_INSTALL_BINS]/lrelease $$files($$PWD/$${entry}/translations/*.ts, true);
|
||||
for (entry, PLUGIN_DIRS):lrelease.commands += rsync -a $$PWD/$${entry}/translations/*.qm $$OUT_PWD/translations/;
|
||||
QMAKE_EXTRA_TARGETS += lrelease
|
||||
|
||||
# Verify if building only a selection of plugins
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user