Compiling own version of SQLite to plug into Qt
Has anyone compiled their own version of SQLite and plugged it into Qt? We need to do this to enable encryption, apparently. Or, better still, does anyone have an encryption-enabled SQLite running on Qt?
Any and all hints/condolences appreciated.
We would be targeting a Symbian platform.
Re: Compiling own version of SQLite to plug into Qt
[QUOTE=danhicksbyron;735397]Has anyone compiled their own version of SQLite and plugged it into Qt? We need to do this to enable encryption, apparently. Or, better still, does anyone have an encryption-enabled SQLite running on Qt?
Any and all hints/condolences appreciated.
We would be targeting a Symbian platform.[/QUOTE]
You might be aware of this [URL="http://wiki.forum.nokia.com/index.php/CS001504_-_Creating_an_SQLite_database_in_Qt"]Article[/URL] .....
Best regards,,,
Re: Compiling own version of SQLite to plug into Qt
Well, I just a few minutes ago got the whole mess working. A bit of cleanup yet, but reasonably sound.