diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-15 04:12:40 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-15 04:12:40 (GMT) |
commit | 5b849b15fe89c3645a81368faf6b8574c337b4c5 (patch) | |
tree | 67b17ae22fa53a56b5566a26ffc27c0a9fdbfad4 /src/declarative/qml/qml.pri | |
parent | 68df6c65d5de0c03fd2f1ce00540f419108327de (diff) | |
parent | 68e47e91af6edca3c714cc3258b65dd88c0ee1e4 (diff) | |
download | Qt-5b849b15fe89c3645a81368faf6b8574c337b4c5.zip Qt-5b849b15fe89c3645a81368faf6b8574c337b4c5.tar.gz Qt-5b849b15fe89c3645a81368faf6b8574c337b4c5.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
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 310632e..04c0ca2 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -25,6 +25,7 @@ SOURCES += qml/qmlparser.cpp \ qml/qmlinfo.cpp \ qml/qmlerror.cpp \ qml/qmlscriptparser.cpp \ + qml/qmlenginedebug.cpp \ qml/qmlbasicscript.cpp HEADERS += qml/qmlparser_p.h \ @@ -66,6 +67,7 @@ HEADERS += qml/qmlparser_p.h \ qml/qmlerror.h \ qml/qmlscriptparser_p.h \ qml/qmlbasicscript_p.h \ + qml/qmlenginedebug_p.h \ qml/qpodvector_p.h # for qtscript debugger |