On 2018-10-31 11:40, Martin Koller wrote:
In this file I find:
// auto generated. DO NOT EDIT.
class QCssScanner_Generated
Who/what generates this file ?
Looks like is generated by util/lexgen
$ cd util/lexgen
$ qmake && make
$ ./lexgen css3-simplified.lexgen
Regards,
--
Sérgio Martins |
In this file I find:
// auto generated. DO NOT EDIT.
class QCssScanner_Generated
Who/what generates this file ?
I'm looking for the syntax definition for the attribute matching since
the docs only talk about attr=value and attr~=value
but in the code I find others:
enum ValueMatchType {