Hello!

I want to put an icon to the .exe file. I followed the instructions displayed in Qt Assistant (http://doc.qt.nokia.com/4.7-snapshot/appicon.html) but my problem is in the line

Regenerate your makefile and your application.
I'm not very friendly of this programmer-languages, I must admit, so what I understood and did was to

1. Clean all
2. Run qmake
3. Build all

All fine till step 3, when a error message appears saying

[release/myapp_res.o] Error 1
File not found:
I guess the compiler/qmake is failing to create the .o file as it normally does without problems for the other files of the project, but I have not idea of what is happening for it to fail. This occurs both with release and debug mode.


I'ld appreciate any help.

Thanks,

Momergil