summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qml.pri
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-07-21 06:38:15 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-07-21 06:38:15 (GMT)
commitd2ad09f42db2b6b80427918261f96081eaabfe6c (patch)
tree99da5655d3e3a1e429ec717fd3c97de5f0db7efe /src/declarative/qml/qml.pri
parentcf851eced1d03c9d839626f86d00fd0734949c9d (diff)
downloadQt-d2ad09f42db2b6b80427918261f96081eaabfe6c.zip
Qt-d2ad09f42db2b6b80427918261f96081eaabfe6c.tar.gz
Qt-d2ad09f42db2b6b80427918261f96081eaabfe6c.tar.bz2
Move the Script interface of QmlComponent to QmlBindableComponent
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r--src/declarative/qml/qml.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri
index b3fa063..b71ca1f 100644
--- a/src/declarative/qml/qml.pri
+++ b/src/declarative/qml/qml.pri
@@ -5,6 +5,7 @@ SOURCES += qml/qmlparser.cpp \
qml/qmlexpression.cpp \
qml/qmlbinding.cpp \
qml/qmlmetaproperty.cpp \
+ qml/qmlbindablecomponent.cpp \
qml/qmlcomponent.cpp \
qml/qmlcontext.cpp \
qml/qmlcustomparser.cpp \
@@ -36,6 +37,8 @@ HEADERS += qml/qmlparser_p.h \
qml/qmlbinding.h \
qml/qmlbinding_p.h \
qml/qmlmetaproperty.h \
+ qml/qmlbindablecomponent.h \
+ qml/qmlbindablecomponent_p.h \
qml/qmlcomponent.h \
qml/qmlcomponent_p.h \
qml/qmlcustomparser_p.h \