Qt 5.0 windows

debug build of my program can't load png image from resources. Widget that supposed to show it stays empty. But when i switch to Release build the image appears just fine.
Also when I use direct path like "c://image.png" then it works too.

I did not modify any build parameters and got fresh installation of Qt 5.0.

do i need to add something to my project settings?