Main Contents

How to use flex and bison with qmake (my own way)

November 22, 2009

qmake (sort of) supports lex/yacc, but modern people prefer to use flex/bison. If you google, you can find some tricks like convincing qmake that yacc is spelled ‘bison’ and so on.  Morever qmake supports for lex/yacc has several drawbacks, such as weird naming scheme, and (when using the tricks), dependencies are not building files in [...]

Filed under: Gentoo, KDE | Comments (2)