[Qt-interest] Sqlite3 library in binaries

Neville Dastur qt at dastur.me.uk
Thu Apr 8 19:34:50 CEST 2010


On 07/04/2010 04:56, Bill King wrote:
> On 04/07/2010 06:29 AM, ext Neville Dastur wrote:
>    
>> I got some interesting replies to the Sqlite3 problem posted earlier.
>> Seems there may be two instances of sqlite being init.
>>
>> I tried rolling by own driver as per the docs, by #include
>> "/opt/Qt4/src/sql/drivers/sqlite/qsql_sqlite.cpp" but this results in a
>> previously described bug of qsqlcachedresult_p.h can't be found.
>>
>> What I can't find anywhere is if sqlite3 is actually complied into the
>> binary distribution supplied by Nokia. Also is it documented anywhere
>> what configure options Nokia use to build their binary distributables.
>> So I can build from source as close to the supplied binaries as poss,
>> but without built-in sqlite3 library.
>>
>> Thanks in advance
>>
>>
>>      
> Yes, the nokia built binaries will have sql built in.
> To use an external sqlite, add -system-sqlite to your qt configure options.
>
>    
Do you know if the binaries distributed by Nokia are built using 
./configure with no options? I.e. all the defaults selected

-- 
Surgeons Net Education
w: http://www.surgeons.org.uk
e: info at surgeons.org.uk




More information about the Qt-interest-old mailing list