aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4vm/moth/moth.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4vm/moth/moth.pri')
-rw-r--r--src/qml/qml/v4vm/moth/moth.pri13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/qml/qml/v4vm/moth/moth.pri b/src/qml/qml/v4vm/moth/moth.pri
new file mode 100644
index 0000000000..73bd893286
--- /dev/null
+++ b/src/qml/qml/v4vm/moth/moth.pri
@@ -0,0 +1,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