diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-03 01:21:30 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-03 01:21:30 (GMT) |
commit | 67a9e4fe6e35bf517bd2f99540cf88a8e567b0ca (patch) | |
tree | 9bde22afe3289835d2053a7a025c83a403786407 /src/declarative/qml/qml.pri | |
parent | 1ee2bf9f693799c06f10bd6a02ecc65874fb6622 (diff) | |
download | Qt-67a9e4fe6e35bf517bd2f99540cf88a8e567b0ca.zip Qt-67a9e4fe6e35bf517bd2f99540cf88a8e567b0ca.tar.gz Qt-67a9e4fe6e35bf517bd2f99540cf88a8e567b0ca.tar.bz2 |
Move QmlExpression into its own file
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 efe4d3f..fa09935 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -2,6 +2,7 @@ SOURCES += qml/qmlparser.cpp \ qml/qmlinstruction.cpp \ qml/qmlvmemetaobject.cpp \ qml/qmlengine.cpp \ + qml/qmlexpression.cpp \ qml/qmlbindablevalue.cpp \ qml/qmlmetaproperty.cpp \ qml/qmlcomponent.cpp \ @@ -45,6 +46,7 @@ HEADERS += qml/qmlparser_p.h \ qml/qmlvme_p.h \ qml/qmlcompiler_p.h \ qml/qmlengine_p.h \ + qml/qmlexpression_p.h \ qml/qmlprivate.h \ qml/qmldom.h \ qml/qmldom_p.h \ |