[Qt-interest] Using CLucene within Qt
Constantin Makshin
cmakshin at gmail.com
Fri Dec 18 23:30:02 CET 2009
All QCLucene headers are marked private ("_p" suffix) and are not included
in Qt installation. Therefore it's not available to applications. Of
course, you can get required headers and/or library from Qt source
package, but obviously that's not a good idea because your program may
break at any time due to changes in QCLucene API (internal library's API
doesn't need to be stable).
On Fri, 18 Dec 2009 14:47:47 +0300, Paul Wellner Bou <paul at purecodes.org>
wrote:
> Hello,
>
> I searched for an example or any documentation to use the CLucene
> library which comes with the Qt distribution in my Qt Application. Is
> this possible without using the QHelp System? And how?
>
> Or do I have to include the CLucene library again?
>
> Thank you for any hints and best regards
> Paul.
--
Constantin Makshin
More information about the Qt-interest-old
mailing list