mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 12:25:11 +00:00
add busy.gif to resources (in line with cmake)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37468 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
413f1381ed
commit
e2982037d9
@ -20,7 +20,7 @@ moc_%.cpp: %.h
|
|||||||
|
|
||||||
Resources.qrc: Makefile
|
Resources.qrc: Makefile
|
||||||
$(AM_V_GEN)echo "<!DOCTYPE RCC><RCC version='1.0'><qresource>" > $@ ; \
|
$(AM_V_GEN)echo "<!DOCTYPE RCC><RCC version='1.0'><qresource>" > $@ ; \
|
||||||
find $(top_srcdir)/lib/images -name '*.png' \
|
find $(top_srcdir)/lib/images -name '*.png' -o -name '*.gif' \
|
||||||
| sed -e 's:$(top_srcdir)/lib/\(.*\):<file alias="\1">&</file>:' \
|
| sed -e 's:$(top_srcdir)/lib/\(.*\):<file alias="\1">&</file>:' \
|
||||||
>> $@ ;\
|
>> $@ ;\
|
||||||
echo "</qresource></RCC>" >> $@
|
echo "</qresource></RCC>" >> $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user