Hi all,

My application (deveploped on Qt4) has a connection to the Postgres (8.0.3) database, it works when I deploy it on any computer installed Qt4. But when I deploy on a non-Qt computer, my app still runs but it can't connect to database although I copied all libraries of Qt (in bin directory: QtCore4.dll, QtGui4.dll,...) to that computer.

Can you show me why?

Thanks very much!