Environment:

Windows 7 x64 Ultimate
Visual Studio 2008 w/ Qt Integration
Qt 4.6.2 libraries VS2008
  • configure (no other switches)

ABSTRACT:

I have Qt configured and built already. I have working examples and everything appears fine. What I now is to build the MySQL and the Oracle OCI plugins. I have downloaded the required sources for both databases. (the include, lib)
I have followed the Qt Documentation for building the plugins but I get LNK errors for both builds. Below is the error I get for building MySQL plugin. The Oracle one is very similar.
Qt Code:
  1. ..\..\..\..\plugins\sqldrivers\qsqlmysqld4.dll : fatal error LNK1120: 50 unresol
  2. ved externals
  3. NMAKE : fatal error U1077: '"c:\My Programs\Microsoft Visual Studio 9.0\VC\BIN\l
  4. ink.EXE"' : return code '0x460'
  5. Stop.
  6. NMAKE : fatal error U1077: '"c:\My Programs\Microsoft Visual Studio 9.0\VC\BIN\n
  7. make.exe"' : return code '0x2'
  8. Stop.
To copy to clipboard, switch view to plain text mode 

Any help would be greatly appreciated. What am I doing wrong?

-Blando