PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Come compilare Qt 5.8 staticamente con il plug-in PostgreSQL in VS2015

Ha funzionato per me durante la creazione di Qt 5.9.1

configure -prefix <your parameters> ^
PSQL_LIBS="D:\PostgreSQL\9.6\lib\libpq.lib" ^
-I D:\PostgreSQL\9.6\include ^
-L D:\PostgreSQL\9.6\lib