PDA

View Full Version : Deploying sqlite plugin.



zim
28th December 2010, 05:38
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 (http://doc.trolltech.com/4.7/deployment-windows.html#shared-libraries) on dynamic deployment using nmake. (They have not worked.)

BalaQT
28th December 2010, 05:46
hi,
see this prev thread
http://www.qtcentre.org/threads/37121-Deploying-program-with-plugin-on-different-computer

hope it helps
Bala