PDA

View Full Version : .res file error 1



juliano.gomes
1st June 2016, 00:11
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:


:-1: error: [release/resources_res.o] Error 1

The two last lines in my .pro file:



RESOURCES = \
resources.qrc

RC_FILE = resources.rc


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