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

来源:互联网 发布:手机改机型软件 编辑:程序博客网 时间:2024/04/29 10:49

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

原创粉丝点击