Qt comes with SQLite, so unless you explicitly build it out you get it for free. I use Qt and SQLite on Windows using Visual Studio 2008, and have had no problem implementing SQLlite.  Just make sure you ship the SQL DLL as part of your code <br>

<br><div class="gmail_quote">On Fri, May 18, 2012 at 5:13 PM, K. Frank <span dir="ltr"><<a href="mailto:kfrank29.c@gmail.com" target="_blank">kfrank29.c@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello List!<br>
<br>
I'm fixing to use SQLite with Qt (and will surely have more questions in the<br>
future).  My first question:  What should I be downloading to get started?<br>
<br>
I am currently using Qt 4.8.0-rc1 compiled with 64-bit mingw-w64 on 64-bit<br>
windows 7.  The SQLite site offers pre-compiled windows binaries, but I<br>
can't tell what they're built with or what they should be compatible with.<br>
<br>
The core windows binary appears to be:<br>
<br>
  sqlite-dll-win32-x86-3071200.zip<br>
<br>
Am I right that the "x86" in the name means that it's 32-bit, and therefore,<br>
regardless of what compiler it was built with, will be incompatible with my<br>
64-bit Qt installation?  If so, am I right that my most practical option will<br>
be to compile by own dll from source using the same 64-bit mingw-w64<br>
compiler I used to build Qt?<br>
<br>
Separately, the SQLite site offers sqlite-shell-win32-x86-3071200.zip and<br>
sqlite-analyzer-win32-x86-3071200.zip.  Am I right that these are free-standing<br>
programs that read (and write) the SQLite database files, and as such, will<br>
be compatible with my Qt installation, regardless of how they were compiled?<br>
(Although if I have to build the SQLite dll anyway, it would presumably be no<br>
big deal to build these two free-standing programs, as well.)<br>
<br>
And, of course, any other pointers for using SQLite with Qt would be welcome.<br>
<br>
Thanks.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
K. Frank<br>
_______________________________________________<br>
Interest mailing list<br>
<a href="mailto:Interest@qt-project.org">Interest@qt-project.org</a><br>
<a href="http://lists.qt-project.org/mailman/listinfo/interest" target="_blank">http://lists.qt-project.org/mailman/listinfo/interest</a><br>
</font></span></blockquote></div><br>