aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/v8.pri
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-05-27 20:23:13 +0200
committerLars Knoll <lars.knoll@digia.com>2013-05-28 21:45:04 +0200
commit00a07bcbd7a592072822b0e55ab2e75e90c3f9f5 (patch)
tree1aca723a9e626738d4033c9c05bba85849b0eb9b /src/qml/qml/v8/v8.pri
parent087edaae102a0ff84583c9346acb359e9ea8478d (diff)
Fix toString and destroy on QObject JS bindings
The auto-tests requires these member functions to not rely on the thisObject at all. Also fixed lookup of QObject properties through the context wrapper to go through get() as the new interface (to catch destroy/toString). Change-Id: Iacbe8b5ce1895195a84a1224faba3f3bd34cd03b Reviewed-by: Lars Knoll <lars.knoll@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 21e5623eed..73feebb46d 100644
--- a/src/qml/qml/v8/v8.pri
+++ b/src/qml/qml/v8/v8.pri
@@ -28,5 +28,3 @@ SOURCES += \
$$PWD/qv4sqlerrors.cpp \
$$PWD/qqmlbuiltinfunctions.cpp
-JS_CLASS_SOURCES += \
- $$PWD/qv8qobjectwrapper_p.h