Was there a clean install on a new computer running Windows 7 with:
- Visual Studio 2008 SP1
- Qt SDK 1.1.4
Then I created a new project in Qt Creator. I selected the “Qt Gui application” in the “Qt Widget Design” section and had the target desktop computers with Visual C ++ 2008, both debugging and release (mostly the default settings).
Then I clicked "Build" and got ....
qtmaind.lib(qtmain_win.obj):-1: warning: LNK4099: PDB 'vc90.pdb' was not found with 'c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\lib\qtmaind.lib' or at 'C:\Users\JamesJ\Desktop\QtTest-build-desktop-Qt_4_7_4_for_Desktop_- _MSVC2008__Qt_SDK__Debug\debug\vc90.pdb'; linking object as if no debug info
I need to miss something obvious - for sure, because of the box with Qt, it is not supposed to include compiler / linker warnings?!?!
How do I resolve this linker warning? I prefer to treat warnings as errors, so ... I would like this to be fixed.
source share