aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/v8.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-24 15:25:20 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-24 17:04:01 +0200
commit7d326bd4d1fb61663c72dbf1fc6fd57e639cfb17 (patch)
tree4589949c490017ad01ff77a64cdf0fa2971c27b5 /src/qml/qml/v8/v8.pri
parent876f6d028d3c3934ca644cd369b2329dd613efb5 (diff)
Port Qt.include() over to v4
Still doesn't quite work as it should, but that's no regression to before neither. The reason is that the context handling is still v8 based and needs to be rewritten. Change-Id: I51216f93d6db4ba26f8adddaeb39d8a8c62df7ee 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 80e158dc76..21e5623eed 100644
--- a/src/qml/qml/v8/v8.pri
+++ b/src/qml/qml/v8/v8.pri
@@ -11,7 +11,6 @@ HEADERS += \
$$PWD/qv8listwrapper_p.h \
$$PWD/qv8valuetypewrapper_p.h \
$$PWD/qv4jsonwrapper_p.h \
- $$PWD/qv8include_p.h \
$$PWD/qv4domerrors_p.h \
$$PWD/qv4sqlerrors_p.h \
$$PWD/qqmlbuiltinfunctions_p.h \
@@ -25,7 +24,6 @@ SOURCES += \
$$PWD/qv8listwrapper.cpp \
$$PWD/qv8valuetypewrapper.cpp \
$$PWD/qv4jsonwrapper.cpp \
- $$PWD/qv8include.cpp \
$$PWD/qv4domerrors.cpp \
$$PWD/qv4sqlerrors.cpp \
$$PWD/qqmlbuiltinfunctions.cpp