I'm trying to build a QT4 application.
Compilation is OK. But then at the moment of linking, I get this message from ld:
Code:
/usr/bin/ld: can't find -lpq
Just to test, I removed it from the Makefile, but then it says it can't find -lmysqlclient
I guess they're both caused by the mysql client library I have installed in my box being libqt3-mt-mysql, and so I wonder if there's a mysql client library for QT
4 instead of 3.
I looked with apt-cache, but found nothing. Any ideas?