PDA

View Full Version : problem setting app icon



tom989
26th November 2012, 20:34
I've followed these instructions:

http://doc.qt.digia.com/4.0/appicon.html

but I get :
error: [release/myapp_res.o] Error 1

Any ideas (does it matter that I built qt statically)?

Thanks!

amleto
27th November 2012, 02:01
what does the rest of the error say? which part of those instructions for multiple platforms are you following?

ttimt
27th November 2012, 15:38
inside your pro file, you need to state the directory of your project > /qtsdk/qtcreator/bin/s/myapp.rc
or else you need to put the rc file in the root, c:\ , d:\
then you need to place the icon file inside your project folder