]>
Commit | Line | Data |
---|---|---|
1 | # ------------------------------------------------------------------- | |
2 | # Project file for YARR | |
3 | # | |
4 | # See 'Tools/qmake/README' for an overview of the build system | |
5 | # ------------------------------------------------------------------- | |
6 | ||
7 | SOURCES += \ | |
8 | $$PWD/YarrInterpreter.cpp \ | |
9 | $$PWD/YarrPattern.cpp \ | |
10 | $$PWD/YarrSyntaxChecker.cpp \ | |
11 | $$PWD/YarrCanonicalizeUCS2.cpp | |
12 |