diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-23 01:21:54 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-23 01:21:54 (GMT) |
commit | 6f43de5c1173277465f13eed9e904928a54bb9fc (patch) | |
tree | 07f0d2f511334ae4e9abc878fd72a062a295a7dd /src/declarative/qml/qml.pri | |
parent | 84aaee9b4514f70bf0abfd11e9b4fd3c66ceb1f1 (diff) | |
download | Qt-6f43de5c1173277465f13eed9e904928a54bb9fc.zip Qt-6f43de5c1173277465f13eed9e904928a54bb9fc.tar.gz Qt-6f43de5c1173277465f13eed9e904928a54bb9fc.tar.bz2 |
Add prototype value type support
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 b3fa063..da3574c 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -27,7 +27,8 @@ SOURCES += qml/qmlparser.cpp \ qml/qmlscriptparser.cpp \ qml/qmlenginedebug.cpp \ qml/qmlrewrite.cpp \ - qml/qmlbasicscript.cpp + qml/qmlbasicscript.cpp \ + qml/qmlvaluetype.cpp HEADERS += qml/qmlparser_p.h \ qml/qmlinstruction_p.h \ @@ -69,7 +70,8 @@ HEADERS += qml/qmlparser_p.h \ qml/qmlbasicscript_p.h \ qml/qmlenginedebug_p.h \ qml/qmlrewrite_p.h \ - qml/qpodvector_p.h + qml/qpodvector_p.h \ + qml/qmlvaluetype_p.h # for qtscript debugger contains(QT_CONFIG, scripttools):QT += scripttools |