diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-01-07 07:33:53 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-01-07 07:33:53 (GMT) |
commit | 78221020e2fd9370b0915a32cde81a95bdf44d87 (patch) | |
tree | 2c807d104f1e18b155de0d88d44b7749e42390a8 /src/declarative/qml/qml.pri | |
parent | 3b10e20d8230d1b6044ab5c96ffdb24bc37f85da (diff) | |
download | Qt-78221020e2fd9370b0915a32cde81a95bdf44d87.zip Qt-78221020e2fd9370b0915a32cde81a95bdf44d87.tar.gz Qt-78221020e2fd9370b0915a32cde81a95bdf44d87.tar.bz2 |
Load qmlmodules plugins.
This allows projects which use the declarative module to add QML types
through C++ modules, such that qmlviewer (or any QML) can import those
types.
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 172146c..1b35442 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -8,6 +8,7 @@ SOURCES += \ $$PWD/qmlexpression.cpp \ $$PWD/qmlbinding.cpp \ $$PWD/qmlmetaproperty.cpp \ + $$PWD/qmlmoduleplugin.cpp \ $$PWD/qmlcomponent.cpp \ $$PWD/qmlcontext.cpp \ $$PWD/qmlcustomparser.cpp \ @@ -62,6 +63,7 @@ HEADERS += \ $$PWD/qmlbinding.h \ $$PWD/qmlbinding_p.h \ $$PWD/qmlmetaproperty.h \ + $$PWD/qmlmoduleplugin.h \ $$PWD/qmlcomponent.h \ $$PWD/qmlcomponent_p.h \ $$PWD/qmlcustomparser_p.h \ |