I need to develop an application which requires the use of Microsoft Access using Qt.

So far, I managed to use the Open Source Qt4.1.0 for MinGW with Visual C++ Express 2005, but without SQL support.

I read the following thread (http://www.qtcentre.org/forum/showthread.php?t=6) and followed its instructions (changing the references of MySQL to those which I believe would be their equivalents to ODBC), but when I try to build the ODBC driver, i get a lot of errors, being the first one "main.cpp:24:30: qsqldriverplugin.h: No such file or directory". This occurs when I execute mingw32-make

I read somewhere (I don't remember where) that I had to include the address of the SDK (Microsoft Platform) include and library folders in the qmake command in order for it to work properly, but that I had to use their 8.3 names, and I did it.

The locations for those two folders are these:
C:\Archivos de programa\Microsoft Platform SDK\Lib
C:\Archivos de programa\Microsoft Platform SDK\include

Has anybody been able to do this?

Thank you very much for your help.

Daniel