Hi,

When I try to compile my application from outside source directory(like src/build/), I always have the problem that it doesn't find the resource files.

I think there is something wrong in the relative path search, but can't
figure out what. I get the message below for every resource:

/home/jayakrishnan/qtsdk-2009.01/qt/bin/rcc: File does not exist '../../resources/resources.qrc'
/home/jayakrishnan/qtsdk-2009.01/qt/bin/rcc: File does not exist '../../examples/HeadersFooters.qrc'

An extra ../../ is appended to the path of each resource file.

Thanks in advance.