aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qml.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-30 13:16:44 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-30 16:40:54 +0200
commit35ab04c907a1cefa23eff2d7c853350fb5d27178 (patch)
tree1386ad29598e3e0a38d8a70dd5536ffd91dd0576 /src/qml/qml/qml.pri
parent2ce60b9fd8a01496d405fcc898e88da6f967e15e (diff)
Port the type wrapper over to v4
Change-Id: Id442281a366914be818b068f70ebe5200c527254 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qml.pri')
-rw-r--r--src/qml/qml/qml.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/qml/qml/qml.pri b/src/qml/qml/qml.pri
index 24e7f5b2e4..fbd738b22c 100644
--- a/src/qml/qml/qml.pri
+++ b/src/qml/qml/qml.pri
@@ -51,7 +51,8 @@ SOURCES += \
$$PWD/qqmlmemoryprofiler.cpp \
$$PWD/qqmlplatform.cpp \
$$PWD/qqmlbinding.cpp \
- $$PWD/qqmlapplicationengine.cpp
+ $$PWD/qqmlapplicationengine.cpp \
+ $$PWD/qqmltypewrapper.cpp
HEADERS += \
$$PWD/qqmlglobal_p.h \
@@ -124,7 +125,8 @@ HEADERS += \
$$PWD/qqmlbinding_p.h \
$$PWD/qqmlextensionplugin_p.h \
$$PWD/qqmlapplicationengine_p.h \
- $$PWD/qqmlapplicationengine.h
+ $$PWD/qqmlapplicationengine.h \
+ $$PWD/qqmltypewrapper_p.h
JS_CLASS_SOURCES += \
$$PWD/qqmllocale.cpp