summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qml.pri
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-26 01:36:00 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-26 01:36:00 (GMT)
commit2b0cf3b6a2f1c49f40d6f50b4d24bdd87a4807fa (patch)
tree5054d537a64aedb53761ae5c8f3ee8b8dda1aa1a /src/declarative/qml/qml.pri
parentcbb1b29d397c063fc3bcae04c5b062f20cbd12c5 (diff)
downloadQt-2b0cf3b6a2f1c49f40d6f50b4d24bdd87a4807fa.zip
Qt-2b0cf3b6a2f1c49f40d6f50b4d24bdd87a4807fa.tar.gz
Qt-2b0cf3b6a2f1c49f40d6f50b4d24bdd87a4807fa.tar.bz2
Ensure cleanup happens before the destruction of QScriptEngine
This was causing crashes on windows.
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r--src/declarative/qml/qml.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri
index b6e86a8..cbc2f85 100644
--- a/src/declarative/qml/qml.pri
+++ b/src/declarative/qml/qml.pri
@@ -37,6 +37,7 @@ SOURCES += qml/qmlparser.cpp \
qml/qmetaobjectbuilder.cpp \
qml/qmlwatcher.cpp \
qml/qmlscript.cpp \
+ qml/qmlcleanup.cpp \
qml/qmlpropertycache.cpp \
qml/qmlintegercache.cpp \
qml/qmltypenamecache.cpp \
@@ -100,6 +101,7 @@ HEADERS += qml/qmlparser_p.h \
qml/qmlsqldatabase_p.h \
qml/qmetaobjectbuilder_p.h \
qml/qmlwatcher_p.h \
+ qml/qmlcleanup_p.h \
qml/qmlpropertycache_p.h \
qml/qmlintegercache_p.h \
qml/qmltypenamecache_p.h \