aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/jsruntime.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-08-08 13:27:38 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-08 15:35:13 +0200
commitf50153e6c6726a06f246f54f1dfe7842d95b5ed9 (patch)
treefe63837fdad0b7f566883034f06b4e9b3a23bde0 /src/qml/jsruntime/jsruntime.pri
parent3cefb43441a9879cc512dc3fcc7dca0d42e9ca8c (diff)
The Moth VME is actually part of the runtime, not the compiler
Change-Id: Idcb7a6b6157c58e33192f86750ded487c0e75b9f Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/jsruntime.pri')
-rw-r--r--src/qml/jsruntime/jsruntime.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/qml/jsruntime/jsruntime.pri b/src/qml/jsruntime/jsruntime.pri
index a8f5f11a50..8f5ea81d5e 100644
--- a/src/qml/jsruntime/jsruntime.pri
+++ b/src/qml/jsruntime/jsruntime.pri
@@ -46,7 +46,8 @@ SOURCES += \
$$PWD/qv4qobjectwrapper.cpp \
$$PWD/qv4qmlextensions.cpp \
$$PWD/qv4stacktrace.cpp \
- $$PWD/qv4exception.cpp
+ $$PWD/qv4exception.cpp \
+ $$PWD/qv4vme_moth.cpp
HEADERS += \
$$PWD/qv4global_p.h \
@@ -96,7 +97,8 @@ HEADERS += \
$$PWD/qv4qobjectwrapper_p.h \
$$PWD/qv4qmlextensions_p.h \
$$PWD/qv4stacktrace_p.h \
- $$PWD/qv4exception_p.h
+ $$PWD/qv4exception_p.h \
+ $$PWD/qv4vme_moth_p.h
# Use SSE2 floating point math on 32 bit instead of the default
# 387 to make test results pass on 32 and on 64 bit builds.