Unable to build postgreSQL driver on Linux
-
I would like to connect to a postgreSQL database in my Qt application. I followed the instructions in the documentation on how to build the driver but i cannot find the psql.pro file in my src/plugins/sqldrivers/ folder. Instead , I find the shared library libqsqlpsql.so. However, on running my app, I receive the error that the QPSQL driver is not available. I am using qt 4.8.2. Any help would be appreciated