aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/plugins/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/plugins/README')
-rw-r--r--examples/qml/plugins/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/qml/plugins/README b/examples/qml/plugins/README
deleted file mode 100644
index f4f9074059..0000000000
--- a/examples/qml/plugins/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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
-