aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qml.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-30 15:42:44 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-30 16:44:25 +0200
commitacde568e10e3d60e02443762540461f35879fb77 (patch)
tree2a37fc2e44f2dbc788d54e511d744aff869677fc /src/qml/qml/qml.pri
parentca7ddc345ec4df017b7db6aee5a823f817e6e708 (diff)
Port the value type wrapper over to use V4
Change-Id: I0c566d0ab8cdd0ddbc688b7a1462c4b21084b30a 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 ae73265ad7..bae783105d 100644
--- a/src/qml/qml/qml.pri
+++ b/src/qml/qml/qml.pri
@@ -53,6 +53,7 @@ SOURCES += \
$$PWD/qqmlbinding.cpp \
$$PWD/qqmlapplicationengine.cpp \
$$PWD/qqmlcontextwrapper.cpp \
+ $$PWD/qqmlvaluetypewrapper.cpp \
$$PWD/qqmltypewrapper.cpp
HEADERS += \
@@ -128,6 +129,7 @@ HEADERS += \
$$PWD/qqmlapplicationengine_p.h \
$$PWD/qqmlapplicationengine.h \
$$PWD/qqmlcontextwrapper_p.h \
+ $$PWD/qqmlvaluetypewrapper_p.h \
$$PWD/qqmltypewrapper_p.h
JS_CLASS_SOURCES += \