diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-01 08:52:53 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-05 02:39:06 (GMT) |
commit | 02a248c9c57714d4ad1ba775d9e60a7f286f10c6 (patch) | |
tree | 743fabc6335dcef88cbf8a4400a9181edba9293e /src/declarative/qml/qml.pri | |
parent | 361a605e9269f3072c1f5597a8db0622cf3b116b (diff) | |
download | Qt-02a248c9c57714d4ad1ba775d9e60a7f286f10c6.zip Qt-02a248c9c57714d4ad1ba775d9e60a7f286f10c6.tar.gz Qt-02a248c9c57714d4ad1ba775d9e60a7f286f10c6.tar.bz2 |
Prevent writes to the global object
Also add toString() method to qobjects
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 1a6dad3..eb761e3 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -38,7 +38,8 @@ SOURCES += qml/qmlparser.cpp \ qml/qmlpropertycache.cpp \ qml/qmlintegercache.cpp \ qml/qmlobjectscriptclass.cpp \ - qml/qmlcontextscriptclass.cpp + qml/qmlcontextscriptclass.cpp \ + qml/qmlglobalscriptclass.cpp HEADERS += qml/qmlparser_p.h \ qml/qmlinstruction_p.h \ @@ -94,7 +95,8 @@ HEADERS += qml/qmlparser_p.h \ qml/qmlpropertycache_p.h \ qml/qmlintegercache_p.h \ qml/qmlobjectscriptclass_p.h \ - qml/qmlcontextscriptclass_p.h + qml/qmlcontextscriptclass_p.h \ + qml/qmlglobalscriptclass_p.h # for qtscript debugger contains(QT_CONFIG, scripttools):QT += scripttools |