diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-10 05:56:38 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-03-10 06:18:18 (GMT) |
commit | 46dfe1e6dad1f3a74cb15bfd538e9fe28ffac5b3 (patch) | |
tree | 160c9ce10c08d10d3ab92508384d02423bc58bf4 /src/declarative/qml/qml.pri | |
parent | b5be801a5277cf63185f36d2ca1557b941340ce3 (diff) | |
download | Qt-46dfe1e6dad1f3a74cb15bfd538e9fe28ffac5b3.zip Qt-46dfe1e6dad1f3a74cb15bfd538e9fe28ffac5b3.tar.gz Qt-46dfe1e6dad1f3a74cb15bfd538e9fe28ffac5b3.tar.bz2 |
Unify binding optimizer and QtScript binding signal management logic
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r-- | src/declarative/qml/qml.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri index aa1a34b..49888c3 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -38,6 +38,7 @@ SOURCES += \ $$PWD/qdeclarativescript.cpp \ $$PWD/qdeclarativecleanup.cpp \ $$PWD/qdeclarativepropertycache.cpp \ + $$PWD/qdeclarativenotifier.cpp \ $$PWD/qdeclarativeintegercache.cpp \ $$PWD/qdeclarativetypenamecache.cpp \ $$PWD/qdeclarativescriptstring.cpp \ @@ -108,6 +109,7 @@ HEADERS += \ $$PWD/qdeclarativewatcher_p.h \ $$PWD/qdeclarativecleanup_p.h \ $$PWD/qdeclarativepropertycache_p.h \ + $$PWD/qdeclarativenotifier_p.h \ $$PWD/qdeclarativeintegercache_p.h \ $$PWD/qdeclarativetypenamecache_p.h \ $$PWD/qdeclarativescriptstring.h \ |