PDA

View Full Version : how set icon for qt executable project file with cmake and vs 2005?



banlinhtienphong
27th April 2011, 14:13
how set icon for qt executable project file with cmake and vs 2005?thank in advance

mcosta
27th April 2011, 14:29
Read Compiling_Qt4_apps_with_CMake#Windows-related_issues

banlinhtienphong
28th April 2011, 05:02
I don't understand how:
If you do not use qmake, the necessary steps are: first, run the rc program on the .rc file, then link your application with the resulting .res file.

mcosta
28th April 2011, 09:38
This is done by script showed in link