[Qt-interest] Can't load qsqldriver
Bill King
bill.king at nokia.com
Thu Sep 24 00:35:25 CEST 2009
On 09/24/2009 08:23 AM, ext Anatoly Burakov wrote:
> Hi all
>
> I am trying to use sqlite. Statically linked it works OK, dynamically
> too (provided it is run from within IDE) but when i actually try to
> "distribute" my app i can't use SQLite since the driver doesn't load
> (dynamically, static version works OK too). Where should i put the sql
> driver plugin in order for it to work? tried
> /myAppDir/plugins/sqldrivers/qsqlite4.dll but it didn't work.
>
> Thanks
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
I should have this as an FAQ somewhere, try running the application with
QT_DEBUG_PLUGINS=1 and see what information it gives you.
If that fails to give anything useful, then grab
http://www.dependencywalker.com/ and use it to see if there are any
missing dll's that are causing the plugin to fail to load.
--
Bill King, Software Engineer
Qt Development Frameworks, Nokia Pty Ltd
Brisbane Office
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090924/1d5ab380/attachment.html
More information about the Qt-interest-old
mailing list