diff options
Diffstat (limited to 'examples/declarative/plugins/README')
-rw-r--r-- | examples/declarative/plugins/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/declarative/plugins/README b/examples/declarative/plugins/README new file mode 100644 index 0000000..621f570 --- /dev/null +++ b/examples/declarative/plugins/README @@ -0,0 +1,9 @@ +This example shows a module "com.nokia.TimeExample" that is implelement +by a C++ plugin (providing the "Time" type), and by QML files (providing the +"Clock" type). + +To run: + + make install + qmlviewer plugins.qml + |