aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/v8.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/v8/v8.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/v8/v8.pri')
-rw-r--r--src/qml/qml/v8/v8.pri2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/v8/v8.pri b/src/qml/qml/v8/v8.pri
index 6b1c0e9e73..072db48ad0 100644
--- a/src/qml/qml/v8/v8.pri
+++ b/src/qml/qml/v8/v8.pri
@@ -5,7 +5,6 @@ HEADERS += \
$$PWD/qv8debug_p.h \
$$PWD/qv8profiler_p.h \
$$PWD/qv8engine_p.h \
- $$PWD/qv8contextwrapper_p.h \
$$PWD/qv8qobjectwrapper_p.h \
$$PWD/qv8listwrapper_p.h \
$$PWD/qv8valuetypewrapper_p.h \
@@ -17,7 +16,6 @@ HEADERS += \
SOURCES += \
$$PWD/qv8engine.cpp \
- $$PWD/qv8contextwrapper.cpp \
$$PWD/qv8qobjectwrapper.cpp \
$$PWD/qv8listwrapper.cpp \
$$PWD/qv8valuetypewrapper.cpp \