diff options
Diffstat (limited to 'examples/declarative/plugins/README')
-rw-r--r-- | examples/declarative/plugins/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/declarative/plugins/README b/examples/declarative/plugins/README index e67b1de..621f570 100644 --- a/examples/declarative/plugins/README +++ b/examples/declarative/plugins/README @@ -1,6 +1,8 @@ -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: +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 |