I've built Qt 4.4.0:
configure -buildkey msvc2005 -static -qt-gif -qt-sql-odbc -qt-sql-sqlite -no-qt3support
then wrote env.variables and installed Qt VS Integration 1.4.0
and when I build my application in debug config. (created by wizard) I get 408 warnings like this:
1>QtGuid.lib(qrc_qstyle.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'D:\Qt440open\lib\QtGuid.lib' or at 'd:\qtprogs\scribble\debug\vc80.pdb'; linking object as if no debug info
but it works and is debugged fine
in release config (surely) everything is fine.
With shared Qt 4.3.2 I didn't have such problems...
thanks in advance!


Reply With Quote

Bookmarks