aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/jit.pri
blob: cf444796a9c1be8d0580d55929c4b11e054dd498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include(../../3rdparty/masm/masm-defs.pri)

INCLUDEPATH += $$PWD
INCLUDEPATH += $$OUT_PWD

HEADERS += \
    $$PWD/qv4regalloc_p.h \
    $$PWD/qv4isel_masm_p.h \

SOURCES += \
    $$PWD/qv4regalloc.cpp \
    $$PWD/qv4isel_masm.cpp \

include(../../3rdparty/masm/masm.pri)