-project.org
Sent: Saturday, May 19, 2012 1:34 AM
Subject: Re: [Interest] Semi-OT: Pre-Compiled SQLite vs. building from source
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
Hi David!
Thank you for pointing this out.
On Sat, May 19, 2012 at 1:34 AM, David Boosalis
wrote:
> 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 ma
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
On Fri, May 18, 2012 at 5:13 PM, K. Frank wrote:
> Hel
Hello List!
I'm fixing to use SQLite with Qt (and will surely have more questions in the
future). My first question: What should I be downloading to get started?
I am currently using Qt 4.8.0-rc1 compiled with 64-bit mingw-w64 on 64-bit
windows 7. The SQLite site offers pre-compiled windows bi