If you want to build those plugins you must tell Qt where it can find proper libraries. For example like this:(where C:\Postgres is a directory where PostgreSQL libraries were installed).configure -plugin-sql-psql -I C:\Postgres\include -L C:\Postgres\lib
make
Everything is explained here: http://doc.trolltech.com/4.2/sql-dri...-7-3-and-above
Note also that you can compile those plugins later (just remember that you shouldn't use paths with spaces).
But you're making a lot of progress. Now you have a working toolchain and you got past that problem with moc compilation.
Bookmarks