aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/yarr/yarr.pri
blob: 7e9b4d3f3b3cfbd4e3c97b3c8b10a68abcdcbf29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -------------------------------------------------------------------
# Project file for YARR
#
# See 'Tools/qmake/README' for an overview of the build system
# -------------------------------------------------------------------

SOURCES += \
    $$PWD/YarrInterpreter.cpp \
    $$PWD/YarrPattern.cpp \
    $$PWD/YarrSyntaxChecker.cpp \
    $$PWD/YarrCanonicalizeUCS2.cpp