This is how i build postgresql plugin:
Qt Code:
qmake "INCLUDEPATH+=C:\Programs\PostgreSQL\8.4\include" "LIBS+=C:\Programs\PostgreSQL\8.4\lib\libpq.lib" psql.pro qmake mingw32-make debug mingw32-make releaseTo copy to clipboard, switch view to plain text mode
I don't use reimp and dlltool, but it works.
Bookmarks