aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v4/v4.pri
blob: b6784851d80289b5d8f2998b6917e3a74f69b518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 \