Did a clean install on a new Windows 7 computer with:
- Visual Studio 2008 SP1
- Qt SDK 1.1.4
Then I created a new project in Qt Creator. I picked “Qt Gui Application” under “Qt Widget Project” and had it target desktops with Visual C++ 2008, both debug & release (basically default settings).
Then I pressed 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 must be missing something obvious – surely the out-of-box experience with Qt isn’t supposed to involve compiler/linker warnings?!?!
How do I resolve this linker warning? I prefer to treat warnings as errors, so… I’d like to get this fixed.
Was unable to find a solution to this. I’m sure recompiling Qt would resolve the issue, but for simplicity I want to stick with what is installed with the SDK for now.