mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-08-05 03:33:51 +02:00
make sure we create the translations path before rsync decies to
and sometimes collides with concurrent builds of other plugins
This commit is contained in:
parent
e725d01882
commit
0eab23bfca
@ -33,6 +33,7 @@ plugininfo.commands = touch ${QMAKE_FILE_OUT}; guh-generateplugininfo \
|
|||||||
--output ${QMAKE_FILE_OUT} \
|
--output ${QMAKE_FILE_OUT} \
|
||||||
--builddir $$OUT_PWD \
|
--builddir $$OUT_PWD \
|
||||||
--translations $$TRANSLATIONS; \
|
--translations $$TRANSLATIONS; \
|
||||||
|
mkdir -p $$shadowed($$PWD)/translations/ || true; \
|
||||||
rsync -a "$$OUT_PWD"/translations/*.qm $$shadowed($$PWD)/translations/;
|
rsync -a "$$OUT_PWD"/translations/*.qm $$shadowed($$PWD)/translations/;
|
||||||
PRE_TARGETDEPS += compiler_plugininfo_make_all
|
PRE_TARGETDEPS += compiler_plugininfo_make_all
|
||||||
QMAKE_EXTRA_COMPILERS += plugininfo
|
QMAKE_EXTRA_COMPILERS += plugininfo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user