[Qt-interest] ICU Support in QT using Sqlite3
ashish yadav
ashishyadav78 at gmail.com
Wed Jan 12 06:47:17 CET 2011
Hi Jan,
Thanks for info .
Can you please help me more by providing some steps & sample code ?
I am able to Compile QT in my machine.
I can see lib/libQtSql.so.4.6.2 also formed.
Thanks & Regards
Ashish
"Be a Part of Solution"
On Tue, Jan 11, 2011 at 7:27 PM, Jan <janusius at gmx.net> wrote:
> 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
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110112/102ca77a/attachment.html
More information about the Qt-interest-old
mailing list