[QScintilla] Give QScintilla the current style

Phil Thompson phil at riverbankcomputing.com
Thu Dec 6 11:09:51 GMT 2007


On Thursday 06 December 2007, Xavier Noëlle wrote:
> 2007/12/4, Phil Thompson <phil at riverbankcomputing.com>:
> > I think most people pick an existing lexer and modify it, rather than
> > starting from scratch.
>
> I started to write a Scintilla lexer, which I managed to link with my
> qscilexer. But now my problem is how to include Platform.h and
> important headers like that.
>
> When I'm downloading QScintilla snapshot, I get a few directories,
> from which Qt4, which I have built, but also "src" and "include"
> directories in which there are no Makefile and nothing like that so
> that I can install needed headers. I need especially Platform.h to
> define a LexerModule.
>
> My question is then: how do I compile things in "src" and "include" ?

They are compiled with the rest of QScintilla using the qscintilla.pro file in 
the Qt4 directory.

Phil



More information about the QScintilla mailing list