Skip to content
Snippets Groups Projects
Commit c9af46b1 authored by Arnaud MORVAN's avatar Arnaud MORVAN
Browse files

Merge branch 'ignore-external-libs-for-i18n' into 'master'

Ignore embedded_external_libs for i18n

See merge request !82
parents 611771c4 aa811cc2
No related branches found
No related tags found
1 merge request!82Ignore embedded_external_libs for i18n
Pipeline #22769 passed
......@@ -4,7 +4,7 @@ LOCALES = fr
TS_FILES = $(addprefix $(PLUGINNAME)/i18n/, $(addsuffix .ts, $(LOCALES)))
QM_FILES = $(addprefix $(PLUGINNAME)/i18n/, $(addsuffix .qm, $(LOCALES)))
SOURCES := $(shell find $(PLUGINNAME) -path $(PLUGINNAME)/lib -prune -false -o -name "*.py" -o -name "*.ui")
SOURCES := $(shell find $(PLUGINNAME) -path $(PLUGINNAME)/lib -prune -false -o -path $(PLUGINNAME)/embedded_external_libs -prune -false -o -name "*.py" -o -name "*.ui")
default: help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment