]> git.lyx.org Git - lyx.git/commitdiff
add busy.gif to resources (in line with cmake)
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 3 Feb 2011 21:16:41 +0000 (21:16 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 3 Feb 2011 21:16:41 +0000 (21:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37468 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/Makefile.am

index 86929431d0e8a6e513e348ae9de2cd33100b885b..caa41159ae84c52362091f43e8fca1e5052024d5 100644 (file)
@@ -20,7 +20,7 @@ moc_%.cpp: %.h
 
 Resources.qrc: Makefile
        $(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>:' \
                >> $@ ;\
        echo "</qresource></RCC>" >> $@