Strigi Analyzers with Qt
Jos van den Oever
jvdoever at gmail.com
Mon Mar 19 09:57:24 GMT 2007
2007/3/18, George Goldberg <grundleborg at googlemail.com>:
> I'm fairly new to KDE development, and have been playing around with
> Strigi analyzers to see if I can do anything useful there. What I'm
> wondering, is whether it is OK to user objects like QStrings inside an
> analyzer? I've tried putting one together and it doesn't like me
> including <QString> or <QtCore/QString> or any such thing, so I
> thought that before I spend ages trying to work out what's going on,
> I'd just check this was OK.
It's fine to use QString etc. in analyzers. Just make sure that your
build environment knows where Qt is by using
use_package(Qt4);
see
http://cmake.org/HTML/Documentation.html
for details.
Cheers,
Jos
More information about the kde-core-devel
mailing list