You don't seem have debug version of Qt libs built (notice that there's also a start-menu shortcut for doing so). So try:
> make clean
> qmake -config release
> make
This will compile it in release mode.