Is this a Qt 5.02 bug?
Here is my makefile
https://pastee.org/kpdzr
Is this a Qt 5.02 bug?
Here is my makefile
https://pastee.org/kpdzr
Seems straightforward enough in the docs.
Which icon is not appearing? The dock icon during application launch, or the icon after the application has launched?
What warnings are being issued during the build, especially during the qrc run?
Why "://images/mac/highres.icns" and not ":/images/mac/highres.icns"? Is this the issue?
"We can't solve problems by using the same kind of thinking we used when we created them." -- Einstein
If you are posting code then please use [code] [/code] tags around it - makes addressing the problem easier.
Ok, I feel so stupid, there is a reason I posted this in the newbie forum.
The whole time I was compiling under "debug" mode
When I changed to "release" mode it worked fine
great looking icon
Thanks for all your help and no need for this->setWindowIcon(QIcon(":/images/mac/highres.icns"));
To answer your question i was just trying out stuff
Jim
Bookmarks