I wrote a Windows app that uses sqlite.

I am deploying the app dynamically.

I used depedency-walker to find the dlls that I should distribute with the app.

I included MINGWM10.DLL , LIBGCC_S_DW2-1.DLL , QTCORE4.DLL , QTGUI4.DLL , QTSQL4.DLL , /sqldrivers/QSQLITE4.DLL into the root folder of app.exe

I ran app.exe on another machine and the sqlite driver is not being loaded.

How can I get the sqlite driver to be loaded and what dll do I need to include? I have read qt 4.7 docs on dynamic deployment using nmake. (They have not worked.)