diff options
Diffstat (limited to 'examples/declarative/plugins/README')
-rw-r--r-- | examples/declarative/plugins/README | 7 |
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 + |