Re: [Interest] Semi-OT: Pre-Compiled SQLite vs. building from source

2012-05-19 Thread Jason H
-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

Re: [Interest] Semi-OT: Pre-Compiled SQLite vs. building from source

2012-05-19 Thread K. Frank
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

Re: [Interest] Semi-OT: Pre-Compiled SQLite vs. building from source

2012-05-18 Thread David Boosalis
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

[Interest] Semi-OT: Pre-Compiled SQLite vs. building from source

2012-05-18 Thread K. Frank
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