Andre Poenitz <[EMAIL PROTECTED]> writes: > On Thu, Oct 18, 2007 at 08:47:18AM -0500, Bo Peng wrote: >> > Scons? >> > >> > There's a Resources.cpp to be build and compiled in frontends/qt4. >> >> There is no such file. Did you add it to svn? > > This is a generated file built by > > Resources.qrc: > echo "<!DOCTYPE RCC><RCC version='1.0'><qresource>" > $@ > find $(top_srcdir)/lib/images -name '*.png' \ > | sed -e 's:$(top_srcdir)/lib/\(.*\):<file > alias="\1">&</file>:' \ > >> $@ > echo "</qresource></RCC>" >> $@
It would be better to use the list of icons that we have anyway in Makefile.am. JMarc