On 09/10/2013 05:55 PM, Muhammad Bashir Al-Noimi wrote:
Howdy,
I want to link Postgresql client to my Qt project but I noticed that
C:/PostgreSQL/9.1/lib/libpq.lib points to dynamic libaray (libpq.dll)
which is not suiatble for static linking.
How can I link statically my application with Po
Howdy,
I want to link Postgresql client to my Qt project but I noticed that
C:/PostgreSQL/9.1/lib/libpq.lib points to dynamic libaray (libpq.dll) which
is not suiatble for static linking.
How can I link statically my application with Postgresql client?
P.S.
I'm using mingw48_32 not msvs; usually