Quote Originally Posted by LoneWolf View Post
cannot find -lQtSqld4
Ok, we're getting closer. Now the problem is that you're trying to compile something in debug mode but you don't have debug version of Qt built. I recommend you build the plugin in release mode instead:
Qt Code:
  1. qmake -config release -o Makefile "INCLUDEPATH+=C:\psql\include" "LIBS+=C:\psql\lib\liblibpq.a" psql.pro
To copy to clipboard, switch view to plain text mode