You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With postgres 9.4 on Ubuntu 16 "Simple building" using qmake can't find postgres headers. For anyone stumbling over this, I had to pass additional option to qmake to make it work (assuming that you have pg_config installed):
With postgres 9.4 on Ubuntu 16 "Simple building" using
qmake
can't find postgres headers. For anyone stumbling over this, I had to pass additional option toqmake
to make it work (assuming that you havepg_config
installed):Cheers
The text was updated successfully, but these errors were encountered: