diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-09-07 01:31:48 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-09-07 01:31:48 (GMT) |
commit | ba6778b080086ef1bb44059b4e871ad46405ce0e (patch) | |
tree | 241621ba632013c3a50cb3886b0c2f749b5ecd8f /src/declarative/qml/qml.pri | |
parent | 354361bf6cd3ee9ae1600dc908d4483173fa691b (diff) | |
download | Qt-ba6778b080086ef1bb44059b4e871ad46405ce0e.zip Qt-ba6778b080086ef1bb44059b4e871ad46405ce0e.tar.gz Qt-ba6778b080086ef1bb44059b4e871ad46405ce0e.tar.bz2 |
Move qmetaobjectbuilder into declarative/qml directory
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r-- | src/declarative/qml/qml.pri | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri index 9a8d3f2..29d97ba 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -31,7 +31,8 @@ SOURCES += qml/qmlparser.cpp \ qml/qmlbasicscript.cpp \ qml/qmlvaluetype.cpp \ qml/qmlbindingoptimizations.cpp \ - qml/qmlxmlhttprequest.cpp + qml/qmlxmlhttprequest.cpp \ + qml/qmetaobjectbuilder.cpp HEADERS += qml/qmlparser_p.h \ qml/qmlinstruction_p.h \ @@ -79,7 +80,8 @@ HEADERS += qml/qmlparser_p.h \ qml/qpodvector_p.h \ qml/qmlvaluetype_p.h \ qml/qmlbindingoptimizations_p.h \ - qml/qmlxmlhttprequest_p.h + qml/qmlxmlhttprequest_p.h \ + qml/qmetaobjectbuilder_p.h # for qtscript debugger contains(QT_CONFIG, scripttools):QT += scripttools |