Hello,

Today I installed Qt in my windows machine, and configured my project that I used to programing it on linux.

When I was debug the project, the following error was returned:

Qt Code:
  1. :-1: error: [release/resources_res.o] Error 1
To copy to clipboard, switch view to plain text mode 

The two last lines in my .pro file:

Qt Code:
  1. RESOURCES = \
  2. resources.qrc
  3.  
  4. RC_FILE = resources.rc
To copy to clipboard, switch view to plain text mode 

if I remove the last line (RC_FILE = resources.rc), the error stop, and my project debug normally, but without images and icons linked on .res file.

Anybody would know to say why this happens and how to fix this problem?

thanks very much
Juliano