I'm needing a little help in getting my program to compile. Everything in the code looks fine but when I go to compile after launching the Qt application I get this error:

qtmaind.lib(qtmain_win.obj):-1: warning: LNK4099: PDB 'vc100.pdb' was not found with 'qtmaind.lib(qtmain_win.obj)' or at 'D:\SBuild-Qt_4_8_1__msvc2010__Debug\debug\vc100.pdb'; linking object as if no debug info

and then if I hit compile again:

The program has unexpectedly finished.
debug\SBuild.exe exited with code -1073741515

I noticed some people were having issues concerning DLL with a similar exit code. I couldn't find any info on this particular code though. Any help?