diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-10 04:16:19 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-10 04:16:19 (GMT) |
commit | b14a89473a51bee7cc2f313b88a8bc1e87a454d8 (patch) | |
tree | ed19f68437ab3d63570b7dc374357f898811d72a /src/declarative/qml/qml.pri | |
parent | 1ef0d84c8e5d706e60e487fc801f90bbf5fddaa6 (diff) | |
download | Qt-b14a89473a51bee7cc2f313b88a8bc1e87a454d8.zip Qt-b14a89473a51bee7cc2f313b88a8bc1e87a454d8.tar.gz Qt-b14a89473a51bee7cc2f313b88a8bc1e87a454d8.tar.bz2 |
Improve bindings startup performance
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r-- | src/declarative/qml/qml.pri | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri index c61200e..efe4d3f 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -63,7 +63,8 @@ HEADERS += qml/qmlparser_p.h \ qml/qmldeclarativedata_p.h \ qml/qmlerror.h \ qml/qmlscriptparser_p.h \ - qml/qmlbasicscript_p.h + qml/qmlbasicscript_p.h \ + qml/qpodvector_p.h # for qtscript debugger QT += scripttools |