Hey,

ran 'make distcle' and later I tried:

Qt Code:
  1. configure -release -qt-sql-psql -I C:\psql\include -L C:\psql\lib
To copy to clipboard, switch view to plain text mode 

After a long time...

ERROR:
Qt Code:
  1. C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lpq
  2. collect2: ld returned 1 exit status
  3. mingw32-make[2]: *** [..\..\lib\QtSql4.dll] Error 1
  4. mingw32-make[2]: Leaving directory `C:/Qt/4.3.3/src/sql'
  5. mingw32-make[1]: *** [release] Error 2
  6. mingw32-make[1]: Leaving directory `C:/Qt/4.3.3/src/sql'
  7. mingw32-make: *** [sub-sql-make_default-ordered] Error 2
To copy to clipboard, switch view to plain text mode 

Am I closer or...?

Hugs.