Hello,

I'm having a problem with my Qt app where none of the icons show when the app is ran. I haven't worked on it in a while, but I know it used to work. It must have stopped working when I upgraded from Qt 4 to 5.
I have created a .qrc file, and all the images are in there. I can also see the "RCC'ing" line in the compile output, so it seems to be compiling the resources correctly. But when I run the app, all the buttons are blank and there are no icons in the menu items. Even the image on the about dialog is not showing.

Here are some details:
Qt 5.1.0
Visual Studio 2010
VS Addin 1.2.2
Windows 7, 64bit

I'm not seeing anything in the debug output, and I don't know where to start looking. Can someone please advise how I can debug this issue?

thanks