[Qt-interest] ICU Support in QT using Sqlite3

Jan janusius at gmx.net
Tue Jan 11 14:57:04 CET 2011


You need to build Qt's sqlite plugin yourself (link to sqlite lib) if 
you want to load icu as an sqlite extension (extension loading is 
disabled by default in Qt/sqlite).
Look at Qt docs for this.

Then get sqlite handle (docs!) in your Qt code and enable extension 
loading. Load ICU extension e.g. "SELECT load_extension('path to dll')";

As far as I remember it took a while till I got it working. (Building 
icu etc. ppp.).

Jan

Am 11.01.2011 14:44, schrieb ashish yadav:
> Hi ,
>
> In the QT code, i find ICU support using Sqlite3.
> The following file contain the support for ICU :
> src/3rdparty/sqlite/sqlite3.c
>
> Now i want to make application in QT framework which use ICU for sorting.
>
> Does any one help me to know what files i have to edit to make support of
> ICU in QT using Sqlite3 ?
>
> Thanks&  Regards
>         Ashish
> "Be a Part of Solution"
>
>
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-interest



More information about the Qt-interest-old mailing list