aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/yarr/yarr.pri
blob: c8e30990beb0af8a6338d76c434b8607ec1e69f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -------------------------------------------------------------------
# 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 \
    $$PWD/YarrCanonicalizeUnicode.cpp \
    $$PWD/YarrErrorCode.cpp \
    $$PWD/YarrUnicodeProperties.cpp