aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/moth/moth.pri
blob: 73bd8932869cef27b9206c6e30250bd56fd1fac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/qv4isel_moth_p.h \
    $$PWD/qv4instr_moth_p.h \
    $$PWD/qv4vme_moth_p.h

SOURCES += \
    $$PWD/qv4isel_moth.cpp \
    $$PWD/qv4instr_moth.cpp \
    $$PWD/qv4vme_moth.cpp

#DEFINES += DO_TRACE_INSTR