aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/cppextensions/plugins/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/cppextensions/plugins/README')
-rw-r--r--examples/qml/cppextensions/plugins/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/qml/cppextensions/plugins/README b/examples/qml/cppextensions/plugins/README
new file mode 100644
index 0000000000..f4f9074059
--- /dev/null
+++ b/examples/qml/cppextensions/plugins/README
@@ -0,0 +1,9 @@
+This example shows a module "com.nokia.TimeExample" that is implemented
+by a C++ plugin (providing the "Time" type), and by QML files (providing the
+"Clock" type).
+
+To run:
+
+ make install
+ QML_IMPORT_PATH=$PWD qmlscene plugins.qml
+