aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v4/v4.pri
blob: a96975d44ef111bedb98241e3cf9e8da4d5c9628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/qv4compiler_p.h \
    $$PWD/qv4compiler_p_p.h \
    $$PWD/qv4ir_p.h \
    $$PWD/qv4irbuilder_p.h \
    $$PWD/qv4instruction_p.h \
    $$PWD/qv4bindings_p.h \
    $$PWD/qv4program_p.h \

SOURCES += \
    $$PWD/qv4compiler.cpp \
    $$PWD/qv4ir.cpp \
    $$PWD/qv4irbuilder.cpp \
    $$PWD/qv4instruction.cpp \
    $$PWD/qv4bindings.cpp \