diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-07-23 07:13:00 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-07-23 07:13:00 (GMT) |
commit | fb0f1485ed37b8055b4ffbfd0805ceff1e9401f5 (patch) | |
tree | b747942c442d3b56355d7c9c61729e8de98f280b /src/declarative/qml/qml.pri | |
parent | 7fe100b56ccca40de193164d3ce19600cf50bdd4 (diff) | |
download | Qt-fb0f1485ed37b8055b4ffbfd0805ceff1e9401f5.zip Qt-fb0f1485ed37b8055b4ffbfd0805ceff1e9401f5.tar.gz Qt-fb0f1485ed37b8055b4ffbfd0805ceff1e9401f5.tar.bz2 |
Move import access functions to QmlEnginePrivate.
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r-- | src/declarative/qml/qml.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri index 1021dec..d8b69df 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -65,6 +65,7 @@ HEADERS += qml/qmlparser_p.h \ qml/qmlinfo.h \ qml/qmlmetaproperty_p.h \ qml/qmlcontext_p.h \ + qml/qmlcompositetypedata_p.h \ qml/qmlcompositetypemanager_p.h \ qml/qmllist.h \ qml/qmldeclarativedata_p.h \ |