Running Qt4 QtSql PostgreSQL application on clean Windows 10 64bit machine
-
To run 32bit Qt4 QtSql PostgreSQL application on clean Windows 10 64bit machine I needed to install Qt4 and install PostgreSQL.
How to run it without installing Qt4 and PostgreSQL?
I put Qt4 Core, GUI and SQL libraries, libraries from folder Qt/4.8.6/plugins/sqldrivers, libpq.dll into the folder with my exe. The other variant is to put all folder "plugins" into the folder with exe and it does not work too.
The GUI is running with message box "Driver not loaded Driver not loaded" (2 times).
-
To run 32bit Qt4 QtSql PostgreSQL application on clean Windows 10 64bit machine I needed to install Qt4 and install PostgreSQL.
How to run it without installing Qt4 and PostgreSQL?
I put Qt4 Core, GUI and SQL libraries, libraries from folder Qt/4.8.6/plugins/sqldrivers, libpq.dll into the folder with my exe. The other variant is to put all folder "plugins" into the folder with exe and it does not work too.
The GUI is running with message box "Driver not loaded Driver not loaded" (2 times).