diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-14 05:12:55 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-14 05:12:55 (GMT) |
commit | 4922be635aeaf25343892a73b30ec0d99d467e37 (patch) | |
tree | 2fd2454402347a872e556442132c8b530182db39 /src/declarative/qml/qml.pri | |
parent | 339c91215f0bae4af44fe3124f41244541607a2b (diff) | |
download | Qt-4922be635aeaf25343892a73b30ec0d99d467e37.zip Qt-4922be635aeaf25343892a73b30ec0d99d467e37.tar.gz Qt-4922be635aeaf25343892a73b30ec0d99d467e37.tar.bz2 |
Support read-only iteration of list properties
Eventually this should be extended to support modifying list properties.
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 2e62a3b..58a18a2 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -44,7 +44,8 @@ SOURCES += qml/qmlparser.cpp \ qml/qmlcontextscriptclass.cpp \ qml/qmlglobalscriptclass.cpp \ qml/qmlvaluetypescriptclass.cpp \ - qml/qmltypenamescriptclass.cpp + qml/qmltypenamescriptclass.cpp \ + qml/qmllistscriptclass.cpp HEADERS += qml/qmlparser_p.h \ qml/qmlinstruction_p.h \ @@ -105,7 +106,8 @@ HEADERS += qml/qmlparser_p.h \ qml/qmlcontextscriptclass_p.h \ qml/qmlglobalscriptclass_p.h \ qml/qmlvaluetypescriptclass_p.h \ - qml/qmltypenamescriptclass_p.h + qml/qmltypenamescriptclass_p.h \ + qml/qmllistscriptclass_p.h # for qtscript debugger contains(QT_CONFIG, scripttools):QT += scripttools |