Details
-
Bug
-
Resolution: Duplicate
-
P4: Low
-
4.4.0, 5.1.1
-
None
Description
This makes it cumbersome to debug projects using ActiveQt and generates warnings:
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
Attachments
Issue Links
- is required for
-
QTBUG-4232 Add pdb files to the Active Qt distribution
-
- Closed
-
- resulted in
-
QTBUG-4301 Windows: provide .pdb files for debug mode plugins in Qt binary packages
-
- Closed
-