aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qml.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-30 13:45:23 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-30 16:42:25 +0200
commitca7ddc345ec4df017b7db6aee5a823f817e6e708 (patch)
tree170cd6efba1028f867e15cb2dce160f3639d2395 /src/qml/qml/qml.pri
parent35ab04c907a1cefa23eff2d7c853350fb5d27178 (diff)
Cleanup the context wrapper code
Remove the QV8ContextWrapper class and move the code out of the v8 directory. Change-Id: I00c02f7310a3e43bd105c5bc5af034ce652cfd49 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qml.pri')
-rw-r--r--src/qml/qml/qml.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qml.pri b/src/qml/qml/qml.pri
index fbd738b22c..ae73265ad7 100644
--- a/src/qml/qml/qml.pri
+++ b/src/qml/qml/qml.pri
@@ -52,6 +52,7 @@ SOURCES += \
$$PWD/qqmlplatform.cpp \
$$PWD/qqmlbinding.cpp \
$$PWD/qqmlapplicationengine.cpp \
+ $$PWD/qqmlcontextwrapper.cpp \
$$PWD/qqmltypewrapper.cpp
HEADERS += \
@@ -126,6 +127,7 @@ HEADERS += \
$$PWD/qqmlextensionplugin_p.h \
$$PWD/qqmlapplicationengine_p.h \
$$PWD/qqmlapplicationengine.h \
+ $$PWD/qqmlcontextwrapper_p.h \
$$PWD/qqmltypewrapper_p.h
JS_CLASS_SOURCES += \