summaryrefslogtreecommitdiffstats
path: root/examples/declarative/plugins/README
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-01-07 07:33:53 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-01-07 07:33:53 (GMT)
commit78221020e2fd9370b0915a32cde81a95bdf44d87 (patch)
tree2c807d104f1e18b155de0d88d44b7749e42390a8 /examples/declarative/plugins/README
parent3b10e20d8230d1b6044ab5c96ffdb24bc37f85da (diff)
downloadQt-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 'examples/declarative/plugins/README')
-rw-r--r--examples/declarative/plugins/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/declarative/plugins/README b/examples/declarative/plugins/README
new file mode 100644
index 0000000..e67b1de
--- /dev/null
+++ b/examples/declarative/plugins/README
@@ -0,0 +1,7 @@
+This example show a C++ plugin that provides additional modules of QML types
+(in this case, a single module with a single extra type).
+to run:
+
+ make install
+ qmlviewer plugins.qml
+