How to set icon for the exe in debug and release folder using qt?
I have added the resourcefile and made the following change.
Qt Code:
  1. app.setWindowIcon(QIcon(QString(":/images/ocz_32x32.bmp")));
To copy to clipboard, switch view to plain text mode 

I have tried this, but while executing the application , i can see the icon on the top left corner of the window. I would like to see the icon in the debug folder and release folder as well. How to set icon for the exe.