[QScintilla] QScintilla2 how to make just 1 lexer static build

Phil Thompson phil at riverbankcomputing.com
Sat Apr 26 11:23:58 BST 2014


On 26/04/2014 10:32 am, Jeremi Roivas wrote:
> Hello since there is so many lexers in the Scintilla and I would want
> to include just one spesific lexer sourcocode to my project, I would
> want to build QSctintilla as static build that includes only my 1
> needed lexer.
> 
>  How do I need to edit the pro file to remove unnecessary lexer of
> from static build?

Just remove the unused ones from the .pro file.

Phil


More information about the QScintilla mailing list