QPSQL driver not loaded
Solved
General and Desktop
-
It is a quite old topic but still may cause some problems.
- All listed DLLs should be copied into folder where your QT executable program is launched:
libcrypto-1_1-x64.dll
libcrypto-3-x64.dll
libgcc_s_seh-1.dll
libiconv-2.dll
libintl-8.dll
libintl-9.dll
libpq.dll
libssl-1_1-x64.dll
libssl-3-x64.dll
libstdc++-6.dll
libwinpthread-1.dll
pgenlist.dll
pgenlista.dll
pgxalib.dll - The latest version of Microsoft Visual C++ Redistributable must be installed
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Regard
- All listed DLLs should be copied into folder where your QT executable program is launched:
-