When building QT application on windows for some reason it will not build properly when I include the .qrc resource. If I remove the resources with the .qrc it compiles.

I have been building on windows XP by going to the directory of QTDIR/bin in command prompt and typing:

QtDIR\bin>qmake -o Makefile ProjectDir\project.pro


Not certain to why it works without the resource file, but including it the make returns an error saying "...rcc.exe...file does not exist project.qrc"

Any help is greatly appreciated.
-goodz