Hi,
I'm trying to compile the opensource version of qt with Visual studio 2008 and i need help.
First what is the difference between the
Qt Code:
  1. -qt-sql-<driver> ... Enable a SQL <driver> in the Qt Library.
To copy to clipboard, switch view to plain text mode 
and
Qt Code:
  1. -plugin-sql-<driver> Enable SQL <driver> as a plugin to be linked to at run
  2. time.
To copy to clipboard, switch view to plain text mode 
options.
Next is the problem with openssl.
I keep getting errors with missing headers while trying to compile with openssl support.
what openssl package whould i install to fix this?

Thanks.
Help Appreciated.