Warnings during debug-builds of ActiveQt projects, PDB files for ActiveQt libraries not patched during installation

QAxContainerd.lib(qaxbase.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'c:/Qt/4.4.0/lib/QAxContainerd.lib' or at 'C:/Qt/4.4.0/examples/activeqt/webbrowser/debug/vc90.pdb'; linking object as if no debug info
QAxContainerd.lib(qaxwidget.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'c:/Qt/4.4.0/lib/QAxContainerd.lib' or at 'C:/Qt/4.4.0/examples/activeqt/webbrowser/debug/vc90.pdb'; linking object as if no debug info
QAxContainerd.lib(qaxobject.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'c:/Qt/4.4.0/lib/QAxContainerd.lib' or at 'C:/Qt/4.4.0/examples/activeqt/webbrowser/debug/vc90.pdb'; linking object as if no debug info
QAxContainerd.lib(qaxtypes.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with 'c:/Qt/4.4.0/lib/QAxContainerd.lib' or at 'C:/Qt/4.4.0/examples/activeqt/webbrowser/debug/vc90.pdb'; linking object as if no debug info

 

 

 

A workaround is to rebuild the ActiveQt libraries manually:

cd c:/qt/4.4.0/src/activeqt
qmake
nmake

你可能感兴趣的:(c,object,Warnings)