diff options
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r-- | src/declarative/qml/qml.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri index 1155a36..172146c 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -32,6 +32,7 @@ SOURCES += \ $$PWD/qmlenginedebug.cpp \ $$PWD/qmlrewrite.cpp \ $$PWD/qmlbasicscript.cpp \ + $$PWD/qmlbindingvme.cpp \ $$PWD/qmlvaluetype.cpp \ $$PWD/qmlbindingoptimizations.cpp \ $$PWD/qmlxmlhttprequest.cpp \ @@ -94,6 +95,7 @@ HEADERS += \ $$PWD/qmlerror.h \ $$PWD/qmlscriptparser_p.h \ $$PWD/qmlbasicscript_p.h \ + $$PWD/qmlbindingvme_p.h \ $$PWD/qmlenginedebug_p.h \ $$PWD/qmlrewrite_p.h \ $$PWD/qpodvector_p.h \ |