aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/parser/parser.pri
blob: e6a8a53454e6175cedb912179001f7536603c734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
HEADERS += \
    $$PWD/qmljsast_p.h \
    $$PWD/qmljsastfwd_p.h \
    $$PWD/qmljsastvisitor_p.h \
    $$PWD/qmljsengine_p.h \
    $$PWD/qmljsgrammar_p.h \
    $$PWD/qmljslexer_p.h \
    $$PWD/qmljsmemorypool_p.h \
    $$PWD/qmljsparser_p.h \
    $$PWD/qmljsglobal_p.h \
    $$PWD/qmlerror.h \
    $$PWD/qmljskeywords_p.h \

SOURCES += \
    $$PWD/qmljsast.cpp \
    $$PWD/qmljsastvisitor.cpp \
    $$PWD/qmljsengine_p.cpp \
    $$PWD/qmljsgrammar.cpp \
    $$PWD/qmljslexer.cpp \
    $$PWD/qmljsparser.cpp \
    $$PWD/qmlerror.cpp \