On Sat, Jan 17, 2009 at 8:23 PM, Julie S <[email protected]> wrote: > /usr/bin/rcc data/data.qrc -o data/data.cpp > /usr/bin/rcc data/data.qrc -root /data -o data/data.cpp
This is your problem -- rcc is being run twice, with different arguments. The second command is wrong, and overwrites the output of the first command. This will be an update/merge typo; the second command is one that qt4-makefile used to run, but I changed it to the first. The second is the one that is currently commented out at line 68 of the file as it appears in SVN. Chris ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
