Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
The QPSQL driver can not loaded
-
if i try to run my qt application on windows 7, the console print:
@QPSQL driver not loaded ... available driver:...QPSQL...@
After that, i've tried to include the following paths to the windows path variable
@C:\psql32\bin;C:\psql32\include;C:\psql32\lib;@
The application can connect to the psql db and all works fine. How can i fix this problem, without to install the psql software on all pc's. ?
Best regards, chris.
-
Hi,
You can bundle the PostgreSQL dll(s) with your application