diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-16 05:49:44 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-16 05:49:44 (GMT) |
commit | d080c1c2ded0d59974f86f9f3dac91b099bda0a9 (patch) | |
tree | 05453818e847c1217ed9931dfcc49daa2979b5d7 /src/declarative/qml/qml.pri | |
parent | a5e11573712fcf1c95696bed4ce4bfd04bc17e01 (diff) | |
download | Qt-d080c1c2ded0d59974f86f9f3dac91b099bda0a9.zip Qt-d080c1c2ded0d59974f86f9f3dac91b099bda0a9.tar.gz Qt-d080c1c2ded0d59974f86f9f3dac91b099bda0a9.tar.bz2 |
Move the QML rewriting stuff into a central location
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 7f1c3f7..0b91ed3 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -26,6 +26,7 @@ SOURCES += qml/qmlparser.cpp \ qml/qmlerror.cpp \ qml/qmlscriptparser.cpp \ qml/qmlenginedebug.cpp \ + qml/qmlrewrite.cpp \ qml/qmlbasicscript.cpp HEADERS += qml/qmlparser_p.h \ @@ -67,6 +68,7 @@ HEADERS += qml/qmlparser_p.h \ qml/qmlscriptparser_p.h \ qml/qmlbasicscript_p.h \ qml/qmlenginedebug_p.h \ + qml/qmlrewrite_p.h \ qml/qpodvector_p.h # for qtscript debugger |